JavaScript Practice – String Manipulation


Free Download JavaScript Practice – String Manipulation
Released 9/2023
MP4 | Video: h264, 1280×720 | Audio: AAC, 44.1 KHz, 2 Ch
Skill Level: Beginner | Genre: eLearning | Language: English + srt | Duration: 22m | Size: 50 MB
Learning string manipulation is a fundamental aspect of mastering JavaScript. In this course, instructor Jamie Pittman helps you get a deeper understanding about JavaScript string manipulation with hands-on challenges that cover ten common JavaScript string methods. Topics covered include trimming a user’s password, transforming user input into lowercase text, splitting an email list, and replacing a typo.

(more…)

JavaScript Practice – Scope and Closures


Free Download JavaScript Practice – Scope and Closures
Released 9/2023
MP4 | Video: h264, 1280×720 | Audio: AAC, 44.1 KHz, 2 Ch
Skill Level: Advanced | Genre: eLearning | Language: English + srt | Duration: 17m | Size: 36 MB
If you work with JavaScript, you may encounter difficult issues when it comes to managing the scope of variables. Due to varying syntax and keywords, it can be tough to ensure that functions produce accurate outputs. In this course, Eve Porcello teaches you to write code that can help you practice the most common patterns in JavaScript functions. Learn about closures and higher order functions, and gain practical experience in adapting to changes in scope requirements. Find out the techniques you can use to make your code more efficient and more testable.

(more…)