Tag: es2015

  • 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 Link to this post!

  • 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…

  • The Future of JavaScript – HTTP203

    This week, Paul & Jake talk about the future of JavaScript: ES6 and beyond. Watch more HTTP 203 here: https://www.youtube.com/watch?v=Hy6wceqkxvA&list=PLNYkxOF6rcIAKIQFsNbV0JDws_G_bnNo9 Subscribe to the Chrome Developers channel here: https://www.youtube.com/user/ChromeDevelopers/ Original source Link to this post!

  • JavaScript: ES6 – Intro

    From http://www.frontend.tv An intro to ES6, using the Babel transpiler. This is the first of a new series on ES6 (AKA ES2015) with more lessons and videos coming soon! Subscribe if you would like to know when these lessons are uploaded. In this video we walk through: – what is the difference between JavaScript, ECMAScript,…

  • Pure JavaScript Type Writer Effect

    In this project we will create a little website with a type writer effect using pure vanilla JavaScript. We will also do some CSS (Flexbox, etc) Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa Carlos Mafla Dev Channel: https://www.youtube.com/channel/UCnFRgYETwUg6eoeHACuVkcA đź’– Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Code: Pexels Image: https://www.pexels.com/photo/city-lit-up-at-night-316902/ Website & Udemy Courses http://www.traversymedia.com Follow…

  • JavaScript ES6 / ES2015 – [04] Classes and Inheritance

    In this video we will go over the new ES6 class and inheritance syntax Source Code – https://github.com/bradtraversy/youtube_es2015_source/tree/master/03_classes CHECK OUT MY ES2015 COURSE: https://www.eduonix.com/affiliates/id/16-10397 SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia Original source Link to this post!

  • JavaScript Best Practices Tutorial (Level 1)

    Play the remainder of Code School’s “JavaScript Best Practices” course here: https://www.codeschool.com/courses/javascript-best-practices Original source Link to this post!

  • JavaScript Generators

    Learn about JavaScript Generators and how to use them to write asynchronous code in a synchronous fashion. Code examples from this video: https://github.com/shama/letswritecode/tree/master/javascript-generators Original source Link to this post!

  • 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 Link to this post!