-
Javascript ES6 / ES7 – Spread Syntax in less than 3 minutes
A quick demonstration on how to use spread the Array and Object spread method in Javascript. Original source
-
New Number Methods and Constants in JavaScript
Numbers can be fickle in dynamic languages where type inference occurs. JavaScript has had some problems with this in the past, but with some of the new number methods, the language is starting to resolve these issues. In this video, we take a look at truncating numbers, as well as the Number.isNaN method for better…
-
JavaScript spread operator and rest parameters tutorial ES6 / ES2015
Understand new features of JavaScript ECMA6 – spread operator and rest parameters. The spread operator allows an expression to be expanded in places where multiple arguments (for function calls) or multiple elements (for array literals) are expected. – What is spread operator – Benefits of using spread operator – Improving performance using spread operator –…
-
The State of Javascript – Jack Franklin | August 2016
Jack Franklin (04/08/16) Jack Franklin treats us to his talk on ‘The State of JavaScript’, where he explores, discusses and criticises the current state of web development with JavaScript. https://frontendne.co.uk/talks/the-state-of-javascript Original source
-
ES6 Arrow Functions in JavaScript tutorial ( Fat Arrow Function Expression es2015, ecma6)
What is fat arrow functions, How different they are from regular function expressions in terms of syntax, scoping, and lexical this. transpiler , typescript, ecma5, html5, latest javascript tutorial, shorter function Original source