-
JavaScript Tutorial #11 – Cookies & Local Storage
This is tutorial looking at how we can use cookies or local storage to store information over multiple pages or sessions. All Links and Slides will be in the description. Subscribe for more cool stuff! Slides & files – https://github.com/DrapsTV/DrapsTV_Materials/tree/master/Javascript%20Tutorials/Tutorial11%20-%20Cookies%20%26%20Local%20Storage Steam Group: http://steamcommunity.com/groups/DrapsTV Twitter: https://twitter.com/DrapsTV Facebook: https://www.facebook.com/DrapsTV/ If you like what you see be sure…
-
JavaScript Introduction | W3Cx on edX
Enroll now: https://www.edx.org/course/javascript-introduction-w3cx-js-0x Learn JavaScript, an essential Web development programming language, to add interactivity to your Web pages and become an expert Web developer. About this course This computer science course is an initiation to JavaScript programming and has been designed to help Web developers have an understanding of the basic concepts of the language.…
-
Debugging JavaScript – Chrome DevTools 101
If you’re still using console.log() to find and fix JavaScript issues, you might be spending more time debugging than you need to. This tutorial shows you how to make the most of Chrome DevTools so that you can debug your JavaScript as quickly as possible. Demo: https://goo.gl/MwytjG Doc version of this tutorial: https://goo.gl/NZxQdD Breakpoints Guide:…
-
JavaScript for Web Designers
In this course you’re going to learn the basics of JavaScript from a web designer’s perspective. We’ll begin by going over the basics, such as JavaScript variables, data types, and loops, before working toward more complex notions such as functions, selectors, and events. Along the way, we’ll build some examples that are geared towards what…
-
JavaScript Tutorial Part 1 – Lexical Environment
JavaScript Tutorial For Beginners Learning Curve Books: http://www.learningcurvebook.net Follow me on Twitter: https://twitter.com/js_tut Follow on Instagram: https://www.instagram.com/javascriptteacher/ Follow on Facebook: https://www.facebook.com/javascriptteacher Learn about Lexical Environment in this JavaScript tutorial. A pretty good starting point into the language. JavaScript lexical scope, JavaScript lexical scope example, JavaScript lexical scope definition. Other potentially relevant keywords: let, var, scope,…
-
Clean Code – JavaScript
This video delves into the subjective idea of writing clean code. From experiencing similar problems in my own career, it’s good to shed a light on some things that could potentially help your own team so that the code you work with is consistent and easily interpreted going forward. Writing clean code is a benefit…
-
JavaScript in 7 minutes | Create Interactive Websites | Code in 5
Learn how to make your websites interactive with the JavaScript in 7 minutes! We’ll review some basic HTML/CSS concepts as well. Need some new tech gadgets or a new charger? Buy from my Amazon Storefront https://www.amazon.com/shop/blondiebytes Code from Last Time | https://github.com/blondiebits/code-in-5/tree/master/DevTools%20in%205 Download Sublime | http://www.sublimetext.com/2 Blog Post | http://blondiebits.herokuapp.com/#/4 Check out my Java and…
-
JavaScript Tutorial: Run JavaScript in Sublime Text with a NodeJS Build System
In this JavaScript Tutorial, we will be learning how to create a JavaScript build system within Sublime Text. This will allow us to run JavaScript code outside of a browser environment and write messages to the Sublime Text console. Let’s get started. ✅ Support My Channel Through Patreon: https://www.patreon.com/coreyms ✅ Become a Channel Member: https://www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g/join…
-
Mastering JavaScript Callbacks
Learn how to manage asynchronous callbacks and avoid callback hell. Getting started with Node.js / io.js: https://www.youtube.com/watch?v=Ads1A7pn2LI Code examples used in this video: https://github.com/shama/letswritecode/tree/master/mastering-callbacks Original source