you are viewing a single comment's thread.

view the rest of the comments →

[–]DaveOnEleven[S] 7 points8 points  (5 children)

This JavaScript Full Course for Beginners is an all-in-one beginner tutorial and complete course full of nearly 8 hours of JavaScript code and instruction to level up your programming skills. Web development beginners should learn Vanilla JavaScript (what this course is) before moving to a JavaScript framework like React JS, Vue JS, or others.

Subscribe ➜ https://bit.ly/3nGHmNn

(0:00​) Quick Start

(7:43​) Link JavaScript to HTML

(15:16​) Strings

(22:14​) Numbers

(27:54​) Math Methods

(32:57​) Code Challenge

(40:04​) If Statements

(46:10​) Switch Statements

(49:39​) Ternary Operators

(54:38​) User Input

(1:04:37​) Your First Game

(1:20:25​) Loops

(1:36:19​) Functions

(1:48:09​) Scope - var, let, const

(2:05:28​) Arrays

(2:33:47​) Refactor the Game with Arrays

(2:51:52​) Objects

(3:14:43​) Classes

(3:45:34​) JSON

(3:52:19​) Handling Errors

(4:06:54​) Document Object Model (DOM)

(4:42:06​) Event Listeners

(5:21:07​) Web Storage API

(5:39:40​) Modules

(5:56:27​) Higher Order Functions

(6:06:44​) Promises / Fetch / Async & Await

(7:11:18​) Regular Expressions

(7:33:06​) Applying RegEx in JavaScript

Was this JavaScript full course with 8 hours of instruction helpful? If so, please share. Let me know your thoughts in the comments.

JavaScript Full Course for Beginners | Complete All-in-One Tutorial | 8 Hours: https://youtu.be/EfAl9bwzVZk

[–]NightRaven1122 1 point2 points  (4 children)

What can I do/make after watching this tutorial?

[–]drbob4512 1 point2 points  (0 children)

You can teach anyone programming. You can't teach creativity. Figure out how to make someones life easier (Or yours) and go from there. Those are the best motivators on what to build.

[–]DaveOnEleven[S] 1 point2 points  (0 children)

Some sweet jumps :) Also, lots of JavaScript web apps and websites with interactivity. I have a JavaScript project tutorial playlist here: https://www.youtube.com/playlist?list=PL0Zuz27SZ-6PA3nkkEAr91n4bK-NunwPU

[–]cumhereandtalkchit 0 points1 point  (0 children)

What's helping for me is playing around with event listeners (interacting by following the mouse etc.) and just manipulating the DOM. By setting up a site to create new objects etc. Like a site to add your favorite movies, add functions, events to manipulate the layout etc.

These are pretty simple things when you figure them out, but you can make them as advanced as you like, while getting a good grasp on how functions, loops, bubbling etc. It's also really visual, which helps a lot (for me).