Javascript Crash Course for Absolute Beginners in 2 hours

preview_player
Показать описание

This course assumes familiarity with HTML and CSS.

------------

Source code for this lesson:


Lessons:
00:00 L1: Functions and Variables
05:10 L2: Data types
09:11 L3: If else statement
17:25 L4: Looping and Iterables
30:06 L5: Custom Functions
34:51 L6: Common String and Array Functions
42:11 L7: Handling Errors and Exceptions
46:02 L8: DOM Manipulation
58:50 L9: Event Listeners
01:11:47 L10: Building a speed typing game
01:28:32 L11: JSON and Local Storage
01:38:55 L12: Custom Context Menu in the Browser
01:48:01 L13: Infinite Scrolling Effect

** Affiliated links
Use the legendary Git GUI for FREE! You are seriously missing out if you are not using it.

Beautiful designs created instantly to wow your social networks!

A simple and scalable cloud hosting platform for all developer needs

Outro Music:
Рекомендации по теме
Комментарии
Автор

Thank you so much for this tutorial! 👍🏽

__jake.m
Автор

How do make this preventDefault() console.log("nah") show up? The message "nah" only shows up sometimes and I don't know why...

MyALPHAguy
Автор

it's really awesome JS tutorial to follow.👌👌

bipin
Автор

Where is the link to the website you said was in the description in L1

Push_ups__
Автор

On L9:Event Listeners,
why when I change word 'click' to 'mouseover' it doesn't trigger? I tried 'mouseout' as well.. it doesn't trigger. Only click event works.

MyALPHAguy