-
What is ECMA and what is the difference between ECMAScript and JavaScript?
-
In 2015, with the release of ES6, many changes started to happen in JavaScript. What were the changes below? Put examples of before and after 🙂
- Default Parameters
- Template Strings
- Destructuring
-
What is strict mode?
-
What is Hoisting?
-
What is the difference between
var
,let
andconst
? -
What is the difference between
for
,forEach
andfor..of
?