Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Modern Javascript Crash Course
Rating: 4.2 out of 5(135 ratings)
8,866 students

Modern Javascript Crash Course

Master Javascript in a fast way
Created byKim Chen
Last updated 8/2020
English

What you'll learn

  • let var and const
  • switch case
  • template literal
  • arrow function
  • classes
  • spread operator
  • destructuring
  • primitive vs reference
  • import and export
  • array function
  • iterate through object and array [for\of for\in]

Course content

1 section15 lectures31m total length
  • Introduction1:24
  • Welcome to our courses0:06
  • Var let and const3:01
  • The problem of using let1:18
  • Template literal1:44
  • Arrow function2:35

    Learn how arrow functions streamline JavaScript code by using single-line bodies, implicit returns, and a single parameter without heavy syntax.

  • Classes2:09
  • Spread operator3:30
  • Destructuring2:30
  • Notes on primitive and reference0:17
  • Primitive vs Reference3:30
  • Import and Export5:35
  • Array function2:05
  • Iterate through object and array [for of \ for in]1:48
  • [Bonus Lecture] If want to learn more about JAVASCRIPT0:01

Requirements

  • No prior JavaScript knowledge is required
  • Vscode and browser

Description

While there are a ton of Javascript courses available for you to choose from, none compare to this course. Instead of focusing on writing code and building one large project this course is focused on learning Javascript and what the code you are writing does. I focus on simplifying and explaining in depth every complex Javascript topic so you have a deep understanding of something that you may miss out.


In order to accomplish such a highly focused all unrelated concepts are kept to a bare minimum. This means no extra time will be wasted on building out huge CSS files or writing html, and instead every minute of this course will be focused solely on learning Javascript. Because of the focused nature of this course you will learn the important things about Javascript in a shorter time.



Why Javascript important? Javascript is important for you not just frontend but also backend nowadays. Angular,React and Vue are very popular framework, they not just can build the website, but also build apps for iOS and Android. Nodejs  is also an open source server environment which allow to use Javascript on server side. So, no matter you are a frontend developers or backend developer, this course is perfect for you.

Who this course is for:

  • People that want to learn modern JavaScript
  • With basic Javascript skills who wish to improve