Practise JavaScript by Building 5 Mini Applications

Practise JavaScript by Building 5 Mini Applications

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 1h 43m | 412 MB

Learn JavaScript by building 5 web applications from scratch; practice by building mini projects and apps with JavaScript

This fully dynamic, step-by-step course teaches you how to use JavaScript to develop fun interactive applications from scratch. The source code is included to get you started quickly. Beginner-level JavaScript knowledge is required as the course covers only JavaScript that is relevant to the building of games. Also HTML and CSS knowledge is essential as the scope of this course is entirely JavaScript-focused.
From scratch, you’ll build five applications: a tip calculator, a custom welcome message, a dynamic user timed message, an Element sound player, and a dynamic typing tester application.

This course teaches you how you can use JavaScript to develop fun interactive applications from scratch. The source code is included to get you started quickly. Beginner-level JavaScript knowledge is required as the course covers only JavaScript that is relevant to the building of the game. Also HTML and CSS knowledge is essential as the scope of this course is entirely JavaScript-focused.

What You Will Learn

  • How to use JavaScript
  • How to create elements dynamically
  • Manipulate elements using JavaScript
Table of Contents

INTRODUCTION TO JAVASCRIPT PRACTICE COURSE
Introduction to building applications from scratch using JavaScript
Developer Setup

TIP CALCULATOR APPLICATION
HTML input Element Setup 1
JavaScript Select Elements 2
JavaScript querySelector 3
Adding an Event Listener
Element Value JavaScript
Tweak and Adjust output
Backtick template JavaScript

WELCOME MESSAGES CUSTOMIZED JAVASCRIPT MESSAGES
Select element value
JavaScript Date Method.
Dynamic message depending on Time
Element Background Color Update.
Element Style with JavaScript

PLAY AUDIO WITH JAVASCRIPT
JavaScript Play Sounds
EventListeners to Multiple Elements
Sound selector on click
Make active add Class.
Make it shorter Code update
JavaScript Create Elements

DYNAMIC TYPING TEST MINI APPLICATION
Typing Test Mini Application
Play the Game
JavaScript Random
JavaScript Timer Date
GameEnd Calculations
Count words in string.
Typing Test Code Review
Word by Word Compare