Javascript Factory
116 videos • 1,716 views • by Azhar Techno Coder
This playlist contains all the necessary javascript videos explained in simple way
1
Excel Macros with JavaScript & Node JS - Read Excel File to JSON, convert excel file into JSON
Azhar Techno Coder
Download
2
How to convert multi sheet excel file to individual json | convert excel file into JSON
Azhar Techno Coder
Download
3
Node JS Tutorial - Reading & Writing Files (fs) | NodeJS FileSystem: Read Files Using fs.readFile()
Azhar Techno Coder
Download
4
JavaScript Promises In 10 Minutes | Understanding JavaScript Promises in Simple English
Azhar Techno Coder
Download
5
Async / Await in JavaScript | Using Async/Await with the Fetch API - JavaScript Tutorial
Azhar Techno Coder
Download
6
Javascript Closure tutorial ( Closures Explained ) | Learn Closures In 7 Min | Closure in javascript
Azhar Techno Coder
Download
7
How to Handle API in javascript | JSON - Working with Data and APIs in JavaScript | Fetch API
Azhar Techno Coder
Download
8
Build a Coronavirus Live Data Web App in Javascript Using Covid-19 API |COVID-19 Live Stats Res
Azhar Techno Coder
Download
9
Convert Data Between CSV And JSON With Simple JavaScript | Convert CSV Files to JSON Using CSVTOJSON
Azhar Techno Coder
Download
10
Get Started with Headless Chrome and Puppeteer | Launch Chrome Browser
Azhar Techno Coder
Download
11
How to Handle browser options in puppeteer | Reload the page | Slow motion Dev Tools | headless true
Azhar Techno Coder
Download
12
Launch Firefox using puppeteer | Cross browser testing with Puppeteer (Firefox and Chrome)
Azhar Techno Coder
Download
13
How to take a Screenshot with Node and Puppeteer | Puppeteer - Taking a Screenshot of the Page
Azhar Techno Coder
Download
14
Navigate back or forward in the browser | Go Back & Forward | Browser Navigation in Puppeteer
Azhar Techno Coder
Download
15
How to handle input fields in puppeteer | Working with input | Working with XPath in puppeteer
Azhar Techno Coder
Download
16
Working with Buttons and Checkboxes with Xpath puppeteer | Automate registration from with puppeteer
Azhar Techno Coder
Download
17
TextArea and Dropdown in puppeteer |Automate registration from with puppeteer |Working with Dropdown
Azhar Techno Coder
Download
18
How to Get Text of an Element | How to get innerHTML of element using Puppeteer | Get Text
Azhar Techno Coder
Download
19
How to find Page URL and page title using puppeteer | Working with Title and URL
Azhar Techno Coder
Download
20
JavaScript this Keyword | JavaScript "this" Keyword Explained in Simple English|"this" in Javascript
Azhar Techno Coder
Download
21
How to convert excel file to text file in javascript | How To Create & Save Files In Javascript
Azhar Techno Coder
Download
22
Convert Excel to HTML Table using JavaScript | Converting a Large Spreadsheet File into HTML Table
Azhar Techno Coder
Download
23
How to Open Private Or Incognito Browsing Session In Google Chrome Using Puppeteer
Azhar Techno Coder
Download
24
JavaScript setTimeout() | JavaScript Timers - setTimeout, clearTimeout | JS Interview - Timeouts
Azhar Techno Coder
Download
25
JavaScript Tutorial: setInterval & setTimeOut | setInterval timing events | JavaScript setInterval()
Azhar Techno Coder
Download
26
=== vs == in javascript | Difference Between == and === in JavaScript | JavaScript == VS ===
Azhar Techno Coder
Download
27
Arrow function in JavaScript | JavaScript ES6 Arrow Functions Tutorial | Arrow Functions
Azhar Techno Coder
Download
28
ES6 Temporal Dead Zone (TDZ) | Temporal Dead Zone | Hoisting and Temporal Dead Zone in Javascript
Azhar Techno Coder
Download
29
How to Convert an Excel File into PDF | HTML to PDF using JavaScript | Saving PDF using Puppeteer
Azhar Techno Coder
Download
30
JavaScript Let vs Var vs Constant | var, let and const - What, why and how - ES6 JavaScript Features
Azhar Techno Coder
Download
31
How to Convert PDF to Excel | How to Convert PDF to Excel in JavaScript | PDF to Excel
Azhar Techno Coder
Download
32
Hooks|Mocha - Javascript | Before & After Hooks | Intro To JavaScript Unit Test With Mocha JS & Chai
Azhar Techno Coder
Download
33
Nested JSON Objects | How to Iterate over the JSON Object and its Children Objects in Javascript
Azhar Techno Coder
Download
34
Puppeteer - Device Emulators for a Page | Emulating Desktop , Ipad and Mobile device.
Azhar Techno Coder
Download
35
How to screenshot a specific element in Puppeteer | Take Screenshot of WebElement - New Feature
Azhar Techno Coder
Download
36
How to calculate page load time in Puppeteer | How to Find Page Load Time?
Azhar Techno Coder
Download
37
how to convert units in simple way | Conversion of units easily using convert npm package javascript
Azhar Techno Coder
Download
38
Removing a specific element from an array | How to Remove Specific Array element in JavaScript
Azhar Techno Coder
Download
39
Remove items in array dynamically | Remove specific elements from array in JavaScript | Interview Q
Azhar Techno Coder
Download
40
Check if Substring is Present in a Given String |JavaScript: How to check a string exists in another
Azhar Techno Coder
Download
41
Errors in JavaScript | JavaScript Tutorial : JavaScript - Errors & Exceptions Handling
Azhar Techno Coder
Download
42
typeof Operator in JavaScript Tutorial | JavaScript typeof Operator | Type Operators
Azhar Techno Coder
Download
43
Immediately Invoked Function Expression (IIFE) | Javascript IIFE Function Expressions Explained
Azhar Techno Coder
Download
44
Different Ways of Creating Objects in JavaScript | Objects in JavaScript | Ways of Creating Objects
Azhar Techno Coder
Download
45
javaScript call apply and bind | call, apply and bind method in JavaScript
Azhar Techno Coder
Download
46
JavaScript Array Slice & Splice Tutorial | Slice and Splice in Javascript | Slice vs splice in JS
Azhar Techno Coder
Download
47
How to remove duplicates from an Array using different ways in JavaScript
Azhar Techno Coder
Download
48
Launch Microsoft edge browser with Puppeteer - Automation Testing
Azhar Techno Coder
Download
49
Handling JavaScript Alert and Popup in Puppeteer | Handling alerts in general
Azhar Techno Coder
Download
50
What is the Use Strict Mode in Advanced JavaScript - "Use Strict" Explained
Azhar Techno Coder
Download
51
How to create a random number using JavaScript | Generate random numbers 1 to 10 and 100
Azhar Techno Coder
Download
52
What are Object.Freeze and Object.Seal in Javascript and their differences
Azhar Techno Coder
Download
53
Object Cloning in JavaScript | Different ways to Clone an Object
Azhar Techno Coder
Download
54
What are Object keys, values and entries in JavaScript and their differences
Azhar Techno Coder
Download
55
How to create a multi user login script same website | Logging through multiple accounts puppeteer
Azhar Techno Coder
Download
56
How to Merge Arrays in JavaScript | Merge Two Arrays
Azhar Techno Coder
Download
57
how to remove elements dynamically during run time in puppeteer
Azhar Techno Coder
Download
58
JavaScript Pop & Push Methods in an Array - Explanation in simple terms
Azhar Techno Coder
Download
59
How to modify DOM Elements using JavaScript
Azhar Techno Coder
Download
60
Hide Element On Click Using JavaScript / Make DOM Element Invisible in js
Azhar Techno Coder
Download
61
What is REST operator in JavaScript - Explanation with simple examples
Azhar Techno Coder
Download
62
JavaScript Date Methods , Display Current Date and Time in JavaScript
Azhar Techno Coder
Download
63
JavaScript Maps - All you need to Know / JavaScript Complete Map tutorial
Azhar Techno Coder
Download
64
How to add elements to DOM dynamically using javascript - createElement method
Azhar Techno Coder
Download
65
Learn Regular Expressions and its related functions in detail - Js Tutorial
Azhar Techno Coder
Download
66
Print selected value from dropdown using JavaScript
Azhar Techno Coder
Download
67
Cypress - Interacting with Elements - Radio Buttons / How to Interact with Radio Buttons
Azhar Techno Coder
Download
68
Cypress - Interacting with Elements - Text Box & Buttons / How to Interact with Text Box & Buttons
Azhar Techno Coder
Download
69
Cypress - Interacting with Elements - Checkbox / How to Interact with Checkboxes
Azhar Techno Coder
Download
70
How to automatically refresh the browser through console / How Do I Reload a page using console
Azhar Techno Coder
Download
71
What are Console.log , Console.warn, Console.error and many more Console methods in Javascript
Azhar Techno Coder
Download
72
Auto fill the web form using HTML and JavaScript
Azhar Techno Coder
Download
73
How to get Latitude and Longitude precisely using HTML and JavaScript
Azhar Techno Coder
Download
74
How to convert nested Json Object into Simple Json Object using JavaScript
Azhar Techno Coder
Download
75
what is the difference between undefined and not defined in JavaScript
Azhar Techno Coder
Download
76
What is JSON.parse and how to use it in JavaScript / what is json.parse and where to use it
Azhar Techno Coder
Download
77
What is JSON.stringify and how to use it in JavaScript / what is json.stringify and where to use it
Azhar Techno Coder
Download
78
How to convert JSON to HTML using JavaScript | convert json to html
Azhar Techno Coder
Download
79
How to convert JSON to CSV using JavaScript | convert json to csv
Azhar Techno Coder
Download
80
How to convert JSON to Excel using JavaScript | convert json to xlsx
Azhar Techno Coder
Download
81
How to convert JSON to PDF using JavaScript | convert json to pdf
Azhar Techno Coder
Download
82
How to convert JSON to XML using JavaScript | convert json to xml
Azhar Techno Coder
Download
83
How to convert XML to JSON using JavaScript | convert xml to json
Azhar Techno Coder
Download
84
How to convert csv to json with simple javascript / convert csv to json without npm package
Azhar Techno Coder
Download
85
one line if elseif else statement JavaScript
Azhar Techno Coder
Download
86
Javascript Dependent Select Options Tutorial | Country Based Depandent | Dynamically Populate Select
Azhar Techno Coder
Download
87
what is Nan in javascript | isNaN Method in JavaScript
Azhar Techno Coder
Download
88
forEach Array Method | forEach Array Method in js | JavaScript Tutorial
Azhar Techno Coder
Download
89
JavaScript Array Map | Array map() method in JavaScript
Azhar Techno Coder
Download
90
Nested JSON with Recursive Function in Simple JavaScript
Azhar Techno Coder
Download
91
JavaScript Array Filter | filter Array Method | JavaScript Tutorial
Azhar Techno Coder
Download
92
How to convert one sheet in multi sheet excel file to individual json
Azhar Techno Coder
Download
93
how to replace line break in JavaScript with regular expression
Azhar Techno Coder
Download
94
Convert Multiple Excel Sheets into HTML File using JavaScript
Azhar Techno Coder
Download
95
How to remove HTML tags from a string in JavaScript
Azhar Techno Coder
Download
96
Print multiple selected values from dropdown using JavaScript
Azhar Techno Coder
Download
97
How To Convert a Text file into Excel File in JavaScript
Azhar Techno Coder
Download
98
How To Convert a Text file into Excel File (xlsx format) in JavaScript
Azhar Techno Coder
Download
99
JavaScript Callbacks Explained in 5 Minutes
Azhar Techno Coder
Download
100
findIndex Array Method - JavaScript Tutorial | Array 'findIndex' method in Javascript
Azhar Techno Coder
Download
101
How to read a table in dat file using file System Object in JavaScript
Azhar Techno Coder
Download
102
How to check if element is displayed or not in Webdriver IO
Azhar Techno Coder
Download
103
How to export data to excel using React JS | Export data to Excel.
Azhar Techno Coder
Download
104
How to change the color of an SVG Image on button click using JavaScript.
Azhar Techno Coder
Download
105
How to mock the location programmatically through JavaScript | Mock Location
Azhar Techno Coder
Download
106
Explaining Logical Operators in JavaScript with examples | Interview Questions.
Azhar Techno Coder
Download
107
How to separate vowels and consonants in a string using JavaScript.
Azhar Techno Coder
Download
108
What are the different types of Alerts / Popups in JavaScript.
Azhar Techno Coder
Download
109
What's the difference between innerText and innerHTML in JavaScript?
Azhar Techno Coder
Download
110
Difference between for in, for of and foreach loops in JavaScript.
Azhar Techno Coder
Download
111
How to use callback function in real time | JavaScript Interview
Azhar Techno Coder
Download
112
How to check whether one string is rotation of another string in JS.
Azhar Techno Coder
Download
113
What is an anagram? Explaining Anagram with a simple example in JS.
Azhar Techno Coder
Download
114
Different methods to Copy One Array into another Array in JavaScript.
Azhar Techno Coder
Download
115
How to remove special characters from a given string using JavaScript.
Azhar Techno Coder
Download
116
How to sort,find,print and delete duplicates in an array using Javascript
Azhar Techno Coder
Download