Building Interactive Web Pages Using Modern JavaScript

Por: Coursera . en: , ,

  • Get Started with JavaScript Routines
    • JavaScript is a versatile language to build both frontend and backend applications. In this learning sprint you will learn about dynamic typing, loops, conditional statements and functions .
  • Wrangle Data using Objects and Arrays
    • Most of the data exchanged between Client and Server these days is JSON. JSON can contain arrays, objects or a combination of them. In this learning sprint you will learn to structure data using Objects and Array and also apply transformations using Array Methods.
  • Develop Interactive Web Pages using DOM and DOM Events
    • Interactive Web Pages provide great User Experience. They just don't respond to user's interactions but also keeps them engaged and coming back for more. JavaScript is the way to build interactive Web Pages. In this learning sprint you will learn to add interactivity by understanding about DOM and DOM Events.
  • Validate User Data using Client Side JavaScript
    • JavaScript can help you saving lot of network bandwidth by preempting server validation and performing client side validation. In this learning sprint you will learn to validate users data using client side JavaScript.
  • Interact with Application Servers using HTTP Protocol
    • One of most popular protocols used for exchange of information is HTTP. Browsers and Application Servers exchange information using HTTP Protocol. In this learning sprint you will learn about HTTP, HTTP Methods and how do we exchange information with Application Servers.
  • Build Asynchronous Data Driven Applications Using Promises and Callbacks
  • Optimize Delivery of Static Assets using JavaScript
    • Static resources like JS, CSS, images usually take large share of network bandwidth causing slow and unresponsive user experience. In this learning sprint you will learn to optimize static assets which is faster and responsive user experience.
  • Test web applications using JavaScript testing frameworks and libraries
    • Producing top quality products requires rigorous testing. Web isn't an exception. In this learning sprint you will learn to think and write test cases using JavaScript Libraries to test your Web Application.

Plataforma