Category: Javascript

  • How to use Fetch with JavaScript

    Fetch is a promise based HTTP request API. It’s fairly well supported (87%+ https://caniuse.com/#feat=fetch) and is promise based for ease of use and is a perfect fit for those wanting to use out of the box solutions for HTTP. For more information, check out the MDN documentation on how to use Fetch within your project(s):…

  • JavaScript Project Tutorial: Shopping Cart

    Create a shopping cart using JavaScript. This project tutorial shows how to add all the basic functionality of a shopping cart into a website. 💻Source files: https://github.com/john-smilga/js-cart-setup Tutorial from Coding Addict. Check out the Coding Addict YouTube channel: https://www.youtube.com/codingaddict — Learn to code for free and get a developer job: https://www.freecodecamp.org Read hundreds of articles…

  • Callback Functions in JavaScript

    Original source

  • JavaScript Tutorial For Beginners #18 – Break & Continue

    Break and Continue are two reserved keywords in JavaScript that help us when trying to ‘get out’ of a loop, and we’ll cover both in this tutorial. Break, as the name suggests, breaks out of a loop at any given point, and Continue just tells the loop to ‘skip’ this particular iteration and carries on…

  • Javascript Regular Expressions

    Javascripts Free Scripting Tutorial will completely cover the capabilities of Javascript. Javascript is a scripting language that makes your website interactive. Here I cover Regular Expressions and Form validation. Original source

  • Javascript beginner tutorial 7 – Strings

    In this video I talk about the string data type. I recap on the escape character as well as introduce you to string concatenation. Don’t forget to subscribe: http://www.youtube.com/user/QuentinWatt For collaborations and business inquiries, please contact via Channel Pages: http://ChannelPages.com/QuentinWatt Social links: ————————————————————- Add me on twitter: Tweets by QuentinWatt facebook group: https://www.facebook.com/quentin.watt ————————————————————- Original…

  • 7 Trending JavaScript Libraries in 2019

    Top 7 upcoming and trending JavaScript libraries in 2019 that could be very useful for your projects. Source: https://redstapler.co/trending-javascript-libraries-2019/ Cleave.js Tutorial: https://youtu.be/xTvYT-zHRD4 Typed.js Tutorial: https://youtu.be/0l2SdoUYB6k Follow us on Facebook: https://www.facebook.com/theRedStapler Website: http://redstapler.co/ Twitter: https://twitter.com/redStapler_twit Original source

  • JavaScript Tutorial – Undefined and Null

    http://tippingpointmediastudios.com/javascript-tutorial-undefined-and-null/ In this fourth part of the Javascript for Beginners series, I will be covering over Undefined and Null data types, including their similarities and differences. Undefined and Null can be seen as interchangeable most of the time even though they are not exactly the same technically speaking. At their core, they represent different values,…

  • What is JavaScript? | lynda.com overview

    This programming language overview introduces JavaScript and explores its role as a client-side language. Watch more at http://www.lynda.com/JavaScript-tutorials/Essential-Training-2011/81266-2.html?utm_medium=viral&utm_source=youtube&utm_campaign=videoupload-81266-0101 This specific tutorial is just a single movie from chapter one of the JavaScript Essential Training (2011) course presented by lynda.com author Simon Allardice. The complete JavaScript Essential Training (2011) course has a total duration of 5…

  • JavaScript Basics Tutorial 20 – For In Loop

    JavaScript Basics Tutorial 20 – For In Loop Base project code link (Tutorial 2) https://github.com/SonarSystems/JavaScript-Basics-Tutorial-2—Setting-Up.git Source code link https://github.com/SonarSystems/JavaScript-Basics-Tutorial-20—For-In-Loop.git Check out our Cocos2d-x book to learn how to make games https://www.packtpub.com/game-development/cocos2d-x-game-development-essentials . Hundreds of free videos at www.sonarlearning.co.uk Original source