Skip to content

natividadesusana/research-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ECMAScript and JavaScript presentation content for Driven Class 10

  • 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 and const?

  • What is the difference between for, forEach and for..of ?

Captura de Tela 2023-02-03 às 22 46 07

Captura de Tela 2023-02-03 às 22 48 32