Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 2.49 KB

main.md

File metadata and controls

17 lines (15 loc) · 2.49 KB

General > JavaScript

JavaScript

# Topic Description
1 Array Methods Different built-in array methods in Javascript
2 Arrow Functions Arrow function ➡️ syntax with no, single, and multiple parameters and usage as an anonymous function
3 Call Stack, WebAPI, Callback Queue & Event Loop Different components of a Browser 🌐 and JavaScript Engine that are used execute code in a browser
4 Closures Inner function has access to scope of all its parent functions
5 Console Interesting things that can be done using console 🕹️
6 JavaScript Loading Different ways to load javascript within a HTML page
7 JSON How to create, read and use JavaScript Object Notation (JSON)
8 Modules How to create, export, import and use modules in JavaScript
9 Spread Operator & Destructuring How to use Spread/Rest operators and details about Array and Object destructuring
10 Template Literals A new way to create a string which allow embedded expressions
11 Variables Different ways to declare and use 󠁻󠁻󠁻variables