Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Javascript Practicals Crash Course
Rating: 4.1 out of 5(1,957 ratings)
134,303 students

Javascript Practicals Crash Course

Learn javascript Concepts With Javascript Practical Demonstrations
Last updated 7/2021
English
English [Auto],

What you'll learn

  • Only Practical demonstrations of javascript concepts
  • Practically Getting Started With Javascript Variables,Values and Data Types, Operators and Operands
  • Write Javascript scripts and Gain knowledge in regard to general javascript programming concepts
  • Introduction And Use of Javascript Variables, Javascript Arrays, Javascript Objects
  • Introduction And Use Of Conditional Statements In Javascript

Course content

1 section7 lectures37m total length
  • Javascript Variables Practical2:51

    Declare variables with a keyword and an identifier, assign string, numeric, or decimal values in JavaScript's loosely typed language, and print using the documented method with plus and br.

  • JavaScript Arrays Practical3:56

    Learn how bubble sort sorts an array in JavaScript, with before-and-after prints and swaps to ascending order, and guidance for descending order.

  • Javascript Operators Practical12:23

    Explore practical JavaScript operators, including arithmetic, assignment, and increment/decrement, with 40 and 10 examples and precedence rules. Learn about comparison, ternary, and logical operators, including not, through login prompt scenarios.

  • Javascript Functions Practical6:26

    Learn to define JavaScript functions, invoke them via on click events, pass name and age as parameters, and control execution with return to create dynamic user interactions.

  • JavaScript Events Practical2:48

    Explore JavaScript events in practice by using onload to load an image and mouseover and mouseout to swap logos, demonstrating dynamic DOM manipulation with image sources.

  • JavaScript Animation Practical5:17

    Create an image slideshow by cycling through an array of image names and updating the image tag index. Start on load, run with setInterval, clear intervals, and pause on hover.

  • Javascript Objects Practical4:03

    Discover creating and reading a JavaScript object with multiple properties, accessing values via dot notation, looping with for-in, and using split and join for simple JSON-like data handling.

Requirements

  • Basic HTML Knowledge
  • Basic CSS Knowledge

Description

Learn Javascript Programming Language with practical demonstrations

  • The course is easy-to-follow content that you’ll easily understand and absorb.

    The course starts with the practice of basics, including JavaScript fundamentals, programming, and user interaction.


    The curriculum is going to be very hands-on as we walk you from start to finish to become a professional Javascript developer. We will start from the very beginning by teaching you Javascript basics and programming fundamentals, and then execute into real-life practice and be ready for the real world.


  • While Javascript is complicated for beginners to learn, it is widely used in many web development areas.

  • This course gets you started with an introduction to JavaScript. It assumes that you're new to the language, so it gets you started with basic functionality such as creating functions, creating variables, and calling these lines of code from your standard HTML pages. It talks about events and triggers for custom event handling. It talks about pattern matching, searching for text within a page, flow control and the document object model (DOM). We start off with the basics and move on to more complex functionality such as arrays and objects. We then discuss how to script common elements with JavaScript such as forms and tables. At the very end, we discuss major libraries such as Ajax, which allows you to make asynchronous calls to server-side scripts without reloading the web page in the server.

  • Master the fundamentals of writing Javascript scripts

  • Learn core Javascript scripting elements such as variables and Objects

  • Discover how to work with lists and sequence data

  • Write Javascript functions to facilitate code reuse

  • Use Javascript to read and write files

  • Make their code robust by handling errors and exceptions properly

  • Search text using regular expressions

  • The topics covered in this course are practicals of:

    * Javascript Course Contents:


  • Javascript Array

  • Javascript Variables

  • Javascript Functions

  • Javascript Objects

  • Javascript Control Statements

  • Javascript Cookies

  • Javascript Loop statements

  • See you inside the course

Who this course is for:

  • For Javascript Programming Beginners
  • For People New to Javascript
  • For People Who want to learn Javascript Fundamentals and later Transition into Web Development