JAVASCRIPT ,node.js, ES6 [требует правки]

178
21 апреля 2018, 18:25
javascript
  1. What does "use strict" dot
  2. What is the difference between id and class in CSS
  3. What is the browser?
  4. How to stop setInterval and setTimeout?
  5. What is the callback
  6. What is the difference between and tags in HTML?
  7. What is the output of following codes and why

    1. [] + {}
    2. {} + []
    3. ({} + [])
  8. What is the output of following codes

    1. typeof undefined
    2. typeof null
JavaScript (Variant 9)
  1. Is JavaScript dynamic programming language?
  2. What is the difference between localstorage and sessionstorage
  3. What is the Promise
  4. What is the flex in CSS
  5. What is the difference between JavaScript and ECMAScript?
  6. What is the difference between require and import
  7. Is it possible to create private properties in classes, if yes then how?
  8. What is the difference between array and object
  9. What is async function
  10. What is the output of following codes and why

    for (var n = 1; n <= 5; n++) {
        setTimeout(() => console.log(n), 0)
    }
    
READ ALSO
Проверить что записано в span

Проверить что записано в span

Как проверить что записано в span?

144
Поставить эффект на js фоном

Поставить эффект на js фоном

Нашел интересный эффект молний, помогите пожалуйста разобраться как его поставить фоном в прямоугольный блок

198
React.createClass is not a function

React.createClass is not a function

Создал проект командой create-react-app testЗатем отредактировал файл App

192
Как проверить в массиве есть ли значение

Как проверить в массиве есть ли значение

У меня есть вложенный массив:

156