Category: Javascript

  • What’s new in JavaScript – HTTP203

    Jake & Surma discuss the latest developments in JavaScript with Mathias Bynens & Sathya Gunasekaran. Subscribe to the channel! → http://bit.ly/ChromeDevs1 Watch more HTTP203 → http://bit.ly/2sPq2LB Listen to the HTTP203 podcast for more content! → https://developers.google.com/web/shows/http203/podcast/ Itunes → https://apple.co/2IQagG6 Original source

  • JavaScript DOM Tutorial #1 – Introduction

    Donate via PayPal – https://www.paypal.me/thenetninja Donate via Patreon – https://www.patreon.com/thenetninja Hey gang, welcome to your very first JavaScript DOM tutorial. In this tutorial I’ll explain exactly what the DOM is (document object model) and how we can use it in JavaScript to interact with web pages in the browser. —– COURSE LINKS: + Atom editor…

  • Guilherme Souza – JavaScript gives you superpowers, use them

    Hoje a comunidade JavaScript é a mais poderosa dentre as comunidades de código aberto. Nós rodamos JS em hardware, em server-side, em client-side, e pasmem, além de tudo, JS ainda roda no Browser. Isso dá ao desenvolvedor JavaScript um alto poder de prototipagem, criação e empreendedorismo, nós deveríamos estar virando uma comunidade Maker, que desenvolve…

  • JavaScript Tutorial – Attribute vs Property

    Every HTML element in the HTML markup is represented by JavaScript DOM object. After HTML parsing each element object is converted to DOM object. Every DOM object is a collection of properties and some properties are directly related to the HTML attribute name-value pair. https://github.com/webtunings https://www.facebook.com/pages/WebTunings/339234242822202 I highly recommend this book for beginners as well…

  • JavaScript for Developers 38 – Understanding the this keyword

    Access the full course here: https://javabrains.io/courses/corejs_jsfordev Learn how to access the ‘self’ reference on the object by using the `this` keyword. Original source

  • JSON Crash Course

    In this video we will talk about JSON, JavaScript object literals and AJAX. Ill show you how to create JSON objects and arrays and also how to make an Ajax request to a .json file CODE: Code for this video http://traversymedia.com/downloads/json_sandbox.zip EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive…

  • Marja Hölttä: Parsing JavaScript – better lazy than eager? | JSConf EU 2017

    http://2017.jsconf.eu/speakers/marja-hoelttae-parsing-javascript-better-lazy-than-eager.html Parsing JavaScript fast is critical for fast web page startup. We’ll look at challenges posed by complex frameworks and new language features and how V8, the JavaScript engine behind Google Chrome, solves them. You’ll learn how to write and bundle your code in a way that is fast to parse. Some topics I’ll cover…

  • Fisher-Yates Shuffle Modern Algorithm JavaScript Programming Tutorial

    Lesson Code: http://www.developphp.com/video/JavaScript/Fisher-Yates-Shuffle-Modern-Algorithm-Array-Programming-Tutorial In this programming exercise we will demonstrate the concepts behind the Fisher-Yates Modern Shuffle algorithm because we are going to use its logic to program a shuffle method into JavaScript. Using a physical example on the table we will convey the logic behind the algorithm and discuss the concept, then we will…

  • Learning JavaScript Functions

    Learn all about JavaScript functions. Code example here: https://github.com/shama/letswritecode/tree/master/learning-js-functions Watch this video if you want to setup the same development workflow I’m using: https://www.youtube.com/watch?v=Ads1A7pn2LI Original source

  • Object Oriented JavaScript Tutorial #2 – Object Literals

    Hey gang, in this Object Oriented JavaScript tutorial we’ll take a quick look at object literals & how to create them. 🐱‍💻 Course Links: – VS Code editor – https://code.visualstudio.com/ – GitHub repository (course files) – https://github.com/iamshaunjp/object-oriented-js – JavaScript for Beginners – https://www.youtube.com/watch?v=qoSksQ4s_hg&list=PL4cUxeGkcC9i9Ae2D9Ee1RvylH38dKuET 🤑 Donate @ https://www.paypal.me/thenetninja 🎓Find me on Udemy @ https://www.udemy.com/user/47fd83f6-5e4a-4e87-a0f0-519ac51f91b6/ 👾 Video…