Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Javascript
Rating: 4.4 out of 5(19 ratings)
239 students

Javascript

Javascript is an open source scripting language used to enhance user interfaces and dynamic websites.
Created byLearnit Anytime
Last updated 6/2013
English

What you'll learn

  • Advanced Web Development Education

Course content

4 sections38 lectures4h 44m total length
  • Intro to Programming with Javascript4:51

    Learn the basics of programming with JavaScript, covering object oriented and functional concepts, and apply them to web pages using the DOM, CSS, and browser debugging in Chrome.

  • The Look of Javascript10:19

    Explore the look and feel of JavaScript by examining its text-based syntax, variables, properties, and methods. Learn to use the browser console for basic debugging and experimentation.

  • Variables4:43

    Define variables in Javascript, perform basic algebra with +, -, asterisk for multiplication, forward slash for division, and use parentheses to enforce the order of operation.

  • Inside HTML9:03

    Embed JavaScript in a web page with script tags, place the script after the body for loaded elements, define variables like a and b, and log expressions with console.log.

  • Objects9:11

    Discover how JavaScript treats almost everything as an object and use dot notation to access window, document, and location. Inspect objects with the console to view URL components.

  • Alert5:33

    Learn how to use the window alert to display strings, numbers, or variables, and avoid single vs double quotes and syntax errors.

  • Comments3:18

    Learn how to replace alerts with document.write and master JavaScript comments, including single-line // and multi-line /* */, to annotate code and temporarily disable sections while you code.

  • document.write5:57

    Write text to the document using strings in quotation marks, and use document.write with the plus operator to concatenate strings and print variables alongside text.

  • getElementByld8:15

    Learn to access a page element by its id using document.getElementById, assign it to a variable, and update its innerHTML to reflect changes.

  • Events6:59

    Learn how to trigger JavaScript with page events like on load and on click, and manipulate the document using get element by id to respond to user actions.

  • Value Types7:48

    Explore basic JavaScript data types: numbers, strings, booleans, and arrays, including creating arrays, storing values like colors and Fibonacci numbers, and accessing elements by zero-based indices.

  • JSON8:07

    Explore creating arrays with shorthand notation and array literals, and build a car object with named indices like make, model, and year, then access values via dot or bracket notation.

  • Operators6:18

    Master JavaScript operators, including math operators and assignment operators such as equals and plus equals, and learn increment and decrement with pre and post forms.

  • Course Check List1:01

    Review the course check list for the JavaScript course to ensure you complete the essential steps and stay aligned with the program requirements.

Requirements

  • HTML

Description

Javascript is an open source scripting language used to enhance user interfaces and dynamic websites.  Learn how to tweak websites by enhancing the back end of HTML and CSS to allow for greater control, shortcuts and formatting.  Dive deeper with this 5 hour Course and customize your websites like a pro!

Who this course is for:

  • Advanced Web Developers