To Run Sample Use Following Command:
-
Expression
node expression/arrow-function/arrow-function.js
node expression/async-function/async-function.js
node expression/class/class.js
node expression/function/function.js
-
Statement
2.1 Control Flow
2.1.1 block 2.1.2 break 2.1.3 continue 2.1.4 empty 2.1.5 if else 2.1.6 switch 2.1.7 throw 2.1.8 try-catch
2.2 Declaration
2.2.1 var 2.2.2 let 2.2.3 const
2.3 Function And Class
2.3.1 function 2.3.2 async function 2.3.3 return 2.3.4 class
2.4 Iteration
2.4.1 do while 2.4.2 for 2.4.3 for in 2.4.4 for of 2.4.5 for await of 2.4.6 while
2.5 Other
2.5.1 debugger 2.5.2 export 2.5.3 import 2.5.4 import.meta 2.5.5 label 2.5.6 with