Tag: coding

  • JavaScript Tutorial: Random Numbers

    During coding in JavaScript, you may need to add a random factor to the whole thing. This tutorial will show you how. The first half of the video is explanation of the code, while the second half contains examples. Feel free to skip around if you only want to see one part or another. Original…

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

  • Leaflet Tutorial #1: Create a map with a marker using JavaScript

    Links used in the video: https://www.sublimetext.com/download https://leafletjs.com/download https://cloud.maptiler.com/ Thanks for watching the first video in the Leaflet tutorial series! If you liked it, consider subscribing to our channel and activate the notification bell. Original source

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

  • Previewing Image Before File Upload – JavaScript Tutorial

    In this video I’ll be demonstrating how it’s possible to use some simple JavaScript in order to display a preview of an image before uploading it to the web server. Support me on Patreon: https://www.patreon.com/dcode – with enough funding I plan to develop a website of some sort with a new developer experience! Follow me…

  • OptimizedHTML 4: Стартовый шаблон для верстки сайтов с Bootstrap 4 на борту

    OptimizedHTML 4: Стартовый шаблон для верстки сайтов с Bootstrap 4 на борту

    [ad_1] https://i.ytimg.com/vi/lOXz0ZYuTqI/hqdefault.jpg Полезно? Подпишись на канал: https://goo.gl/o1TVqF Всем привет, друзья! Сегодня мы познакомимся с новой версией стартового шаблона для верстки сайтов OptimizedHTML 4 с Bootstrap 4 на борту. Для тех, кто не знает, OptimizedHTML – это стартер, который подойдет для верстки практически любого проекта, значительно экономит ваше время в начале верстки и содержит набор базовых…

  • Custom File Upload Button with FileList – HTML, CSS & JavaScript Tutorial

    Link to code: In this video tutorial I’ll be showing you how to create a completely custom file upload button from scratch using HTML, CSS and JavaScript (with FileList). This is a follow up to my previous video on creating a file upload button with a regular expression. Support me on Patreon: https://www.patreon.com/dcode – with…

  • 16.4: for…of loop – Topics of JavaScript/ES6

    In this video, I explore the new JavaScript ES6 loop: “for…of”. This style loop is useful when iterating over the elements of an array. Video on ES6 let: https://youtu.be/q8SHaDQdul0 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…

  • The Date Object – Getting, Setting & Formatting Dates in JavaScript – Tutorial

    In this video I’ll be demonstrating how to use the native JavaScript Date object to work with dates on the client-side of your web application or website. In most cases, a library such as Moment.js may be more suitable for working with dates but sometimes this native object is enough to satisfy your requirements. Support…

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