Want to self-learn programming? Don't want dozens of hours of videos? Don't know where to start? Python vs C vs JavaScript? Don't hesitate! You won't regret taking this course!
This course covers 16 important topics of programming listed below. In this course, I will explain every concept, provide you with examples, practice problems, and teach you the best practices of programmers, and all of these are covered in an hour. It’s beginner friendly, you don’t need any programming experience as I will explain the topics from installation to advanced topics like recursion.
Note that this is not a web development course, I won't cover anything about JavaScript in the browser. Instead, this is a programming course that teaches programming in JavaScript. However, it is still recommended to take this course if you want to learn web development because computer programming is a fundamental skill in almost every field of computer science. You need it no matter whether you want to work in software development, artificial intelligence, data science, robotics, and so on. You may take a look at the link in the first lecture to set up your learning path. If you want to learn frontend web development, I'm going to make a series of tutorial videos that help you master web and mobile development: Programming in JavaScript (this course) -> HTML & CSS -> A little vanilla JavaScript + React.js + Redux -> ReactNative
Though this course is an hour long, you should expect that it may take you a few hours, because you need time to digest and do the practice problems I give you. I hope you can find this course useful and interesting.
Topics:
Setup: Installing VS Code and Node.js
Your First Program: console.log
Data Types (string, number, boolean)
Arithmetic (+-*/%)
Functions
Strings (concatenation, template literal, slice, length)
Conditions: if, else if, else
Comments
Arrays (access, mutate, pop, push, length)
Loops: for, while, for-of
Multidimensional Arrays & Nested Loops
Objects
Higher Order Functions & Arrow Functions
Recursions
Scope of Variables
Reassignments vs Mutations
Practice Problems:
Area of Circle
secondToHourMinuteSecond
isOdd
isPositive
mean
Bubble Sort
print2DArray
Caesar Cipher
Factorial
Binary Search
2
18
TAKE THIS COURSE