Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Fundamentals of Javascript 2.0 (Part 2)
Rating: 3.9 out of 5(42 ratings)
5,104 students

Fundamentals of Javascript 2.0 (Part 2)

Learn about Arrays, Functions and Objects in Javascript
Created bySujithkumar MA
Last updated 7/2020
English

What you'll learn

  • Basic Concepts in Javascript : Arrays, Functions, Objects

Course content

4 sections19 lectures2h 0m total length
  • Introduction4:04
  • Link for Course 10:04
  • Difference between Java and Javascript0:05
  • Installing Webstorm IDLE by JetBrains3:52
  • Creating a new script2:46

    Create a new JavaScript script and link it to your project, then learn to embed the script and run it locally on localhost for testing.

  • Installing node.js4:31

Requirements

  • No, Anyone can take this course. But a basic knowledge in programming would be appreciated

Description

Hey everyone! This course is second in my series of courses on JavaScript. Here, we will follow up with the fundamental concepts that we have learnt in course 1.  I would highly recommend you to watch my first course and then come here, if you're a beginner.

After completing this course, you will be able to

1. Work with Webstorm IDLE


2. Write JS scripts with Arrays

3. Access elements of Arrays

4.Use different ways to create Arrays

5. Write Functions and describe everything about functions

6. Describe what is an object

7. Writing programs with objects and methods

8. Link an JS file with HTML

9. Difference between Java and JS

and a lot more stuff.

Nothing more to write here. I'll see you there in my lectures


Javascript is one of the modern languages used for web development

JavaScript  often abbreviated as JS, is a programming language that conforms to the ECMAScript specification.[7] JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.

Alongside HTML and CSS, JavaScript is one of the core technologies of the World Wide Web.[8] JavaScript enables interactive web pages and is an essential part of web applications. The vast majority of websites use it for client-side page behavior,[9] and all major web browsers have a dedicated JavaScript engine to execute it.

As a multi-paradigm language, JavaScript supports event-driven, functional, and imperative programming styles. It has application programming interfaces (APIs) for working with text, dates, regular expressions, standard data structures, and the Document Object Model (DOM). However, ECMAScript itself does not include any input/output (I/O), such as networking, storage, or graphics facilities, as the host environment (usually a web browser) provides those APIs.

Who this course is for:

  • Beginner Javascript Programmers