Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
JAVASCRIPT - Organized Guide For Beginners to Advance
Rating: 4.6 out of 5(9 ratings)
21 students

JAVASCRIPT - Organized Guide For Beginners to Advance

Javascript, Beginners, Basics, Functions, Arrays, Objects, Callbacks, Operators
Last updated 9/2023
English

What you'll learn

  • Learn about basics JAVASCRIPT
  • Improve your programming skills
  • Learn core fundamentals that can be used in any programming languages
  • Learn about JS Operators, Functions, Arrays, Objects, Loops etc
  • Hands on examples of various complex problems

Course content

8 sections68 lectures7h 4m total length
  • Introduction3:31

    Master JavaScript from beginner to advanced in an organized guide that covers variables, constants, operators, loops, functions, objects, arrays, callbacks, and try-catch error handling with real-world examples.

  • JS Introduction and VS Code Installation5:21

    Discover the fundamentals of HTML, CSS, and JavaScript, understand ECMAScript standards, and install VS Code to start coding.

  • 3- Javascript Important Basics14:09

    Learn essential JavaScript basics, including dynamic typing, browser versus server environments, and how inline, internal, and external scripts manipulate the DOM and HTML.

  • 4- JS important points to remember3:47

    Remember these key JavaScript points: case sensitivity, semicolon termination, descriptive camel case variable names, and using the document and window objects, with output via alert, console.log, document.write, or innerText.

  • 5 - Hello World !!5:05

    Set up intro.html and intro.js in VS Code, link them with a src script tag, and run via live server to see hello world via console.log and alert.

  • 6 - Variables and Constants11:18

    Learn how variables store data in JavaScript using var, let, and const, embrace camel case naming, reassign values, and treat pi as a constant.

  • 7 - Primitive Types in JS4:49

    Explore primitive types in JavaScript, including string, number, boolean, undefined, and null, and learn how let variables use the assignment operator to store values; symbol is covered later.

  • 8- Using typeof operator3:25

    Learn how to use the typeof operator to check variable types, including string, number, boolean, undefined, and null, and understand why null is an object in JavaScript.

  • 9 - More on data types, Difference between Null and undefined8:31

    Explore primitive and non-primitive data types in JavaScript, including string, boolean, number, undefined, and null, and learn the difference between undefined and null and immutability versus mutability.

Requirements

  • No prior knowledge or programming experience is required. Just willingness to learn is all that it needs!

Description

Hello Learners,

This is an organized Javascript course, you will learn Javascript concepts step-by-step in an organized way.  I have taken special care about the course structure so that learners do not lose their interest and learn everything in a sequential manner.

Few important things about this course and key takeaways-


  • Over 7 hours of videos and 68 lectures

  • Best suitable course for BEGINNERS.

  • No prior knowledge is required, absolutely nothing.

  • All important basics of Javascript.

  • hands-on examples

  • Quick way to learn Javascript Basics.

  • Variables, constants, datatypes in Javascript.

  • Operators (Mathematics, Comparison, Ternary, Logical) in Javascript.

  • Conditional Statements such as If else, switch case with examples.

  • About Arrays in Javascript and various properties and methods.

  • About Loops (For, While, Do While, For-of, For-in )

  • About Javascript functions in detail.

  • About Arrow function, Callback functions

  • About Objects in detail.

  • About Object Constructor Function.

  • About usage of THIS and NEW keywords.

  • About error handling Try-Catch-Finally block.

  • This course starts with basics and takes you through the advance concepts of Javascript.

  • Going through challenging Javascript problems.

  • This course will surely help you in building your career in Javascript and as a developer.

  • You will get all the codes files and other learning resources that we create in this course.

  • I wish you all the best and hope to see you in the class.

Who this course is for:

  • All developers, Javascript professionals, Beginners in programming