Some of the new features of the Promise API that have been added in the Modern JavaScript update
https://dev.to/anshuman_bhardwaj/built-in-methods-of-promise-object-in-javascript-the-all-allsettled-any-and-race-explained-27p4
---
Practice using FormData Object with JavaScript
https://javascript.plainenglish.io/how-to-use-the-formdata-object-bb856096d0c4
---
Get to know Prototype in JavaScript in the form of Inheritance and class
https://dev.to/sjsouvik/prototypal-inheritance-and-classes-in-javascript-1f1
---
Know what Higher Order Functions are in Javascript
https://javascript.plainenglish.io/intro-to-higher-order-functions-in-javascript-1ec23a2a28cf
---
Converting conditional control flow in JavaScript and TypeScript to newer forms
https://dev.to/teekay/revisiting-conditionals-in-javascript-and-typescript-p5g
---
Know what JavaScript Hoisting is and how to fix it
https://dev.to/javascriptcoff1/what-is-hoisting-2gkl
---
See the reasons why JavaScript is a Just In Time Compilation or JIT programming language
https://javascript.plainenglish.io/why-javascript-is-called-interpreted-or-jit-just-in-time-compiled-c8cc490682bd
---
#promise #formdata #control #flow #hoisting #jit
https://dev.to/anshuman_bhardwaj/built-in-methods-of-promise-object-in-javascript-the-all-allsettled-any-and-race-explained-27p4
---
Practice using FormData Object with JavaScript
https://javascript.plainenglish.io/how-to-use-the-formdata-object-bb856096d0c4
---
Get to know Prototype in JavaScript in the form of Inheritance and class
https://dev.to/sjsouvik/prototypal-inheritance-and-classes-in-javascript-1f1
---
Know what Higher Order Functions are in Javascript
https://javascript.plainenglish.io/intro-to-higher-order-functions-in-javascript-1ec23a2a28cf
---
Converting conditional control flow in JavaScript and TypeScript to newer forms
https://dev.to/teekay/revisiting-conditionals-in-javascript-and-typescript-p5g
---
Know what JavaScript Hoisting is and how to fix it
https://dev.to/javascriptcoff1/what-is-hoisting-2gkl
---
See the reasons why JavaScript is a Just In Time Compilation or JIT programming language
https://javascript.plainenglish.io/why-javascript-is-called-interpreted-or-jit-just-in-time-compiled-c8cc490682bd
---
#promise #formdata #control #flow #hoisting #jit
Some comparisons of loop methods and their performance speed in JavaScript
https://blog.bitsrc.io/finding-the-fastest-loop-type-in-javascript-38af16fe7b4f
—-
What is the result of (123['toString'].length + 123) when output in console
https://javascript.plainenglish.io/what-does-123-tostring-length-123-print-out-in-javascript-31ed0fc716f
—-
Using Form Data to send complex data
https://dpericich.medium.com/how-to-use-javascripts-formdata-object-to-send-complex-data-c07c31c95f6c
—-
Several Github repositories for learning JavaScript programming
https://medium.com/bitsrc/7-github-repositories-to-become-a-pro-javascript-developer-8ce09c4f8950
—-
#loop #performance #github #interview #formdata
https://blog.bitsrc.io/finding-the-fastest-loop-type-in-javascript-38af16fe7b4f
—-
What is the result of (123['toString'].length + 123) when output in console
https://javascript.plainenglish.io/what-does-123-tostring-length-123-print-out-in-javascript-31ed0fc716f
—-
Using Form Data to send complex data
https://dpericich.medium.com/how-to-use-javascripts-formdata-object-to-send-complex-data-c07c31c95f6c
—-
Several Github repositories for learning JavaScript programming
https://medium.com/bitsrc/7-github-repositories-to-become-a-pro-javascript-developer-8ce09c4f8950
—-
#loop #performance #github #interview #formdata
Medium
What is the Fastest Loop Type in JavaScript?
Comparing the speed of forEach, reduce, map, and filter, in JS