Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
JavaScript in Action JavaScript Projects
Rating: 3.9 out of 5(161 ratings)
14,633 students

JavaScript in Action JavaScript Projects

Guide to create JavaScript coded applications like an online calculator from scratch
Created byLaurence Svekis
Last updated 11/2019
English

What you'll learn

  • create amazing JavaScript applications
  • use JavaScript in projects
  • create an online calculator

Course content

3 sections18 lectures1h 16m total length
  • Introduction to JavaScript Project and how to apply JavaScript Methods2:28

    Apply javascript methods in a real-world project and build a fully functional calculator. Learn dom interactions, event listeners, and integrating html, css, and Bootstrap.

  • What is Bootstrap3:33

    Discover how to add Bootstrap to a project via CDN or download, and include the required JavaScript and jQuery. Build a styled navigation bar with dropdowns and fast, responsive functionality.

  • Bootstrap CDN resources0:19
  • JavaScript get element details11:22
  • Source Code of Example of get elements0:15
  • JavaScript indexOf4:03
  • JavaScript Slice String2:38

    Shows how to use the slice method in JavaScript to extract a portion of a string, returning a new string with start and end indices, and a non-inclusive end.

  • JavaScript slice substring3:18

    Compare slice and substring for extracting string parts, noting negative indices and optional end positions. Strings remain unchanged, with slice as the default and substring for length-based extraction.

  • Source Code0:17

Requirements

  • access to computer
  • basic JavaScript HTML and CSS

Description

JavaScript is the most popular programming language online.  I've designed this course to show you some really amazing things that you can do with JavaScript.

Within this course you will learn to create an online JavaScript calculator application from scratch.  Learn how to create applications like this while learning more about using and applying JavaScript.  

JavaScript is easy to use and creating applications in JavaScript can add a lot of value to your websites.  Web visitors enjoy interaction and having the ability to interact with your web content.  I've been using and creating JavaScript applications for over 15 years and am always amazed at the capabilities it has.  You can do so many amazing things with JavaScript.

Within this course we show you how to add event listeners to classes, create and update calculations right on your webpage, and make updates to the application to provide more functionality.  

The source code and instruction is included within this course.  This course content you will not find elsewhere, let's start learning JavaScript.... Let's begin.

Who this course is for:

  • web developers
  • applications developers
  • anyone who wants to learn more about JavaScript