Learn JavaScript
96.6K subscribers
624 photos
15 videos
440 files
72 links
JavaScript Training Courses

πŸ’³ Paid ads by: https://telega.io/c/JavaScript_Trainings

πŸ”° Linkedin: @Linkedin_Learning
🧿 Udemy: @Zero_To_Mastery
πŸ“¦ Python: @LearnPython3
πŸ”… Web Development: @Webdev_Trainings
Download Telegram
πŸ”… JavaScript Events Cheat Sheet

@JavaScript_Trainings
πŸ”… JavaScript: Under the Hood

🌐 Author: Manish Poduval
πŸ”° Level: Advanced

⏰ Duration: 34m

πŸŒ€ Ever wonder what's underneath your JavaScript code? Learn more about the inner workings of JavaScript and how it accomplishes the things it does.

πŸ“— Topics: JavaScript

πŸ“€ Join @JavaScript_Trainings for more courses
πŸ”… Level Up: JavaScript

🌐 Author: Emma Bostian
πŸ”° Level: Intermediate

⏰ Duration: 1h 3m

πŸŒ€ Get up to speed with new tasks in JavaScript in this practical, hands-on course, designed uniquely to test your coding skills in an interactive developer environment.

πŸ“— Topics: JavaScript

πŸ“€ Join @JavaScript_Trainings for more courses
πŸ”Έ Full description πŸ”Έ

Want to put your JavaScript skills to the test? Join instructor Emma Bostian as she serves up over a dozen JavaScript tasks and walks through the solutions for each. Emma frames each challenge using real-world examples, like setting up a ticking clock in a document, filtering vegetarian dinner options from a menu, and calculating the bill from a trip to a coffee shop. Each challenge is self-contained, so you can watch them in any order, and most solutions are less than two dozen lines of code, so you can quickly learn what you need and move on to the next lesson. Whether you want to learn new ways to use JavaScript or test your existing knowledge, this course can help you sharpen your skills.This course is integrated with GitHub Codespaces, an instant cloud developer environment that offers all the functionality of your favorite IDE without the need for any local machine setup. With GitHub Codespaces, you can get hands-on practice from any machine, at any timeβ€”all while using a tool that youll likely encounter in the workplace.Each installment of the Level Up series offers at least 15 bite-sized opportunities to practice programming at various levels of difficulty, so you can challenge yourself and reinforce what youve learned. Check out the β€œUsing GitHub Codespaces with this course” video to learn how to get a codespace up and running.
πŸ”‹ JavaScript vs. Python
πŸ”… JavaScript: Recursion

🌐 Author: Mustapha Rufai
πŸ”° Level: Intermediate

⏰ Duration: 1h 7m

πŸŒ€ A detailed guide to understanding recursion using JavaScript, exploring common use cases and detailing ways to approach these kinds of algorithmic challenges.

πŸ“— Topics: JavaScript

πŸ“€ Join @JavaScript_Trainings for more courses
πŸ”Έ Full description πŸ”Έ

Recursion, in which functions call themselves, is a foundational structure for algorithms. If you find it hard to break a technical problem down into its simplest form, learning recursion may be just what you need. In this course, software engineer Mustapha Rufai provides a detailed guide to understanding recursion using JavaScript, exploring common use cases and detailing ways to approach these kinds of algorithmic challenges. Mustapha teaches you how to think recursively, and safely make JavaScript use this classic pattern. He then moves to showing you how to improve the performance of recursive algorithms, and presents a series of recursive technical interview questions along with his solutions.