Day 8 - ES6+ new features, writing modular JavaScript
ES6 new features Below i present the most important changes which provide ES6 (ECMAScript2015).
ES6 new features Below i present the most important changes which provide ES6 (ECMAScript2015).
Fetch API This is interface which allows to asynchronous download of resources from server. Early to this we use object XMLHttpRequest (XHR). Fetch API was c...
Hoisting That’s mean that JS engine moves all variables to beginning of the lexical scope.
What is the DOM? The Document Object Model (DOM) is a programming interface for HTML and XML documents. It represents the page so that programs can change th...
Media queries