Tag: JavaScript (Programming Language)

  • Javascript If Else Statements | Javascript Tutorial For Beginners

    Check out my courses and become more creative! https://developedbyed.com Javascript If Else Statements | Javascript Tutorial For Beginners In this video series we are going to learn modern javascript from scratch. This video is recommended for anyone wanting to learn javascript the modern way with ES2015. No previous programming knowledge is required, so this video…

  • 16.1: let vs var – Topics of JavaScript/ES6

    In this video, I cover the “let” keyword in ES6 JavaScript. I discuss the differences between “let” and “var” (block scope vs. functional scope). Video on “const”: https://youtu.be/2iLVFyYwyRA Support this channel on Patreon: https://patreon.com/codingtrain To buy Coding Train merchandise: https://www.designbyhumans.com/shop/codingtrain/ To Support the Processing Foundation: https://processingfoundation.org/support Send me your questions and coding challenges!: https://github.com/CodingTrain/Rainbow-Topics Contact:…

  • 16.11: Promises Part 1 – Topics of JavaScript/ES6

    What is a JavaScript Promise? 🎥 Next Video: https://youtu.be/AwyoVjVXnLk 🔗 Giphy API: https://developers.giphy.com/ 🔗 Wordnik API: https://developer.wordnik.com/ 🔗 Promise on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise 🔗 Fetch on MDN: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API 🎥 Giphy API Tutorial: https://youtu.be/mj8_w11MvH8 🎥 Wordnik API Tutorial: https://youtu.be/YsgdUaOrFnQ 🎥 let vs var: https://youtu.be/q8SHaDQdul0 🎥 ES6 Arrow Function: https://youtu.be/mrYMzpbFz18 🚂 Website: http://thecodingtrain.com/ 💖 Patreon: https://patreon.com/codingtrain 🛒 Store:…

  • JavaScript Tutorial For Beginners! Learn JavaScript in 25 Mins! | Extreme Basics

    If you’ve seen the JavaScript tutorial video by Derek Banas, then you’re probably already familiar with a lot of the concepts we go over today, but if you’re a complete beginner that doesn’t know anything about JavaScript programming, then this video if for you! We talk about some general programming concepts like variables and functions,…

  • 16.17: Inheritance in JavaScript – Topics of JavaScript/ES6

    In this video, I discuss the concept of inheritance in Object-Oriented Programming (OOP) with JavaScript and using ES6 classes. 🎥Classes (JS): https://youtu.be/T-HGdc8L-7w 🎥Polymorphism (JS): https://youtu.be/8a5BkwuZRK0 🎥Encapsulation (Java) : https://youtu.be/YcbcfkLzgvs 🎥Inheritance (Java) : https://youtu.be/e6eXD8DHc_A 🎥Polymorphism (Java): https://youtu.be/qqYOYIVrso0 🚂 Website: http://thecodingtrain.com/ 💖 Patreon: https://patreon.com/codingtrain 🛒 Store: https://www.designbyhumans.com/shop/codingtrain/ 📚 Books: https://www.amazon.com/shop/thecodingtrain 🎥 Coding Challenges: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH 🎥 Intro to…

  • JavaScript Tutorial für Anfänger #14 – Break und Continue

    In diesem Tutorial zeige ich euch, wie man eine Schleife kontrollieren kann, frühzeitig ausbrechen oder einzelne Durchläufe überspringen kann. ❤❤❤ Früherer Zugang zu Tutorials, Abstimmungen, Live-Events und Downloads ❤❤❤ ❤❤❤ https://www.patreon.com/user?u=5322110 ❤❤❤ ❤❤❤ Keinen Bock auf Patreon? ❤❤❤ ❤❤❤ https://www.paypal.me/TheMorpheus ❤❤❤ 🌍 Website 🌍 https://the-morpheus.de ¯_(ツ)_/¯ Tritt der Community bei ¯_(ツ)_/¯ ** https://discord.gg/BnYZ8XS ** **…

  • 10.7: API Query with JavaScript setInterval() – p5.js Tutorial

    This video looks at how to query at API continuously while a p5.js sketch is running using setInterval. All examples: https://github.com/shiffman/Video-Lesson-Materials Contact: https://twitter.com/shiffman JavaScript basics: HTML/CSS basics: Full Data playlist: Help us caption & translate this video! http://amara.org/v/Qbtz/ 📄 Code of Conduct: https://github.com/CodingTrain/Code-of-Conduct Original source Link to this post!

  • 16.5: Higher Order Functions in JavaScript – Topics of JavaScript/ES6

    In this video, I discuss “higher order functions” in JavaScript. 🎥 Next Video: https://youtu.be/EnYlhbpzhU4 🎥 Topics of JavaScript/ES6: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6YgpA3Oht-7B4NBQwFVe3pr 🎥 ES6 Arrow Function: https://youtu.be/mrYMzpbFz18 🎥 Closures in JavaScript: https://youtu.be/-jysK0nlz7A 🚂 The Coding Train website: http://thecodingtrain.com/ 💖 Support this channel on Patreon: https://patreon.com/codingtrain 🛒 To buy Coding Train merchandise: https://www.designbyhumans.com/shop/codingtrain/ 📚 Book recommendations: https://www.amazon.com/shop/thecodingtrain 💻 https://github.com/CodingTrain/Rainbow-Code…

  • Ep1: How to Make HTML5 Games: Javascript Tutorial for Beginners JS Guide

    This series is about making a video game in HTML5. It will cover the basics of Javascript. If you have any question, feel free to post a comment below or send me a Youtube PM. Code + Useful Summary: http://pastebin.com/CzNtUr1B Episode 2: https://www.youtube.com/watch?v=HxyGXumEWB0 SUMMARY: 1. Tools Google Chrome: https://www.google.com/intl/en/chrome/browser/ Notepad++: http://notepad-plus-plus.org/download/v6.4.2.html 2.HTML5 Introduction (HTML CSS…

  • javaScript object oriented programming tutorial – Understanding Objects Part 1

    JavaScript OOP Fundamentals : Part 1 ( Object Explained ) – Creating Objects – Adding Properties to Object – Removing Properties to Object – Adding Methods to Objects – Public Methods – Private Methods – Closures – Inner Functions Javascript functions are first class objects in javascript. IN this training we will understand how to…