We may earn an affiliate commission when you visit our partners.
Course image
Coursera logo

Building Interactive Web Pages Using Modern JavaScript

NIIT

Most businesses with a strong online presence wish to provide its consumers a rich interactive user experience. HTML5 and CSS3 frameworks help you build a static web page, that displays content and works on any device. However, to make a page interactive you need a programming language that can be understood by the browsers. JavaScript is one of the core technologies of the World Wide Web.

Read more

Most businesses with a strong online presence wish to provide its consumers a rich interactive user experience. HTML5 and CSS3 frameworks help you build a static web page, that displays content and works on any device. However, to make a page interactive you need a programming language that can be understood by the browsers. JavaScript is one of the core technologies of the World Wide Web.

In this course, you will learn to use JavaScript to add behavior to your web pages. You will create web content that is more interactive by adding animations, menus, scrolling text, interactive maps, and other kinds of lively content. All major web browsers have a dedicated JavaScript engine to execute the code on the user's device

Enroll now

What's inside

Syllabus

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 .
Read more
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
There are tasks which can make pages Unresponsive. Like getting data from the server can be time consuming and can hinder user from using the rest of the application, until the data is received. You will learn to build asynchronous applications using Promises and Callbacks to provide uninterrupted responsive experience to users.
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.

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Provides theoretical background on JavaScript's syntax and fundamentals
Covers advanced JavaScript topics like data structures, error handling, and asynchronous programming
Incorporates hands-on exercises and projects to reinforce understanding
Taught by instructors with expertise in JavaScript development
Aligned with industry standards and best practices
Requires basic programming knowledge

Save this course

Save Building Interactive Web Pages Using Modern JavaScript to your list so you can find it easily later:
Save

Activities

Coming soon We're preparing activities for Building Interactive Web Pages Using Modern JavaScript. These are activities you can do either before, during, or after a course.

Career center

Learners who complete Building Interactive Web Pages Using Modern JavaScript will develop knowledge and skills that may be useful to these careers:
Full-Stack Developer
Full Stack Developers work on both the client and server sides of a website. They are responsible for all aspects of a website's development, from design to deployment. This course provides a solid foundation in both front end and back end development, making it a great starting point for those who want to become Full Stack Developers.
Front-End Developer
Front End Developers work primarily on the client side of a website. They are in charge of designing and developing what the end user sees on their screen, making sure that the site is easy to navigate and use. This course's key learning objectives include getting started with JavaScript routines, learning to wrangle data using objects and arrays, and developing interactive web pages using DOM and DOM events. These skills will greatly assist those who want to become Front End Developers.
Quality Assurance Analyst
Quality Assurance Analysts test software to make sure that it meets requirements and is free of defects. They work with developers to identify and fix bugs. This course will teach you how to test web applications using JavaScript testing frameworks and libraries, which is a valuable skill for Quality Assurance Analysts.
UX Designer
UX Designers focus on the user experience of a website or application. They work to make sure that websites are easy to use and navigate. This course's focus on interactive web pages using DOM and DOM events will be particularly useful for UX Designers.
Back-End Developer
Back End Developers are responsible for the server-side of a website. They develop and maintain the code that makes a website function. This course helps you understand how to interact with application servers using HTTP protocol, how to build asynchronous data-driven applications, and how to optimize delivery of static assets. These are useful skills for those who want to become Back End Developers.
Technical Writer
Technical Writers create documentation that explains how to use products or services. They work with subject-matter experts to gather information and then write clear and concise documentation. This course's focus on delivering static assets using JavaScript will be particularly useful for Technical Writers who need to create documentation for web-based products or services.
Systems Analyst
Systems Analysts analyze and design business systems. They work with businesses to understand their needs and then develop systems that meet those needs. This course's focus on interacting with application servers using HTTP protocol will be particularly useful for Systems Analysts who need to design and develop web-based systems.
Information Security Analyst
Information Security Analysts protect computer systems and data from unauthorized access, use, disclosure, disruption, modification, or destruction. They work with organizations to develop and implement security measures. This course will teach you how to test web applications using JavaScript testing frameworks and libraries, which is a valuable skill for Information Security Analysts.
Software Engineer
Software Engineers apply the principles of computer science to the design, development, and maintenance of software. They work on a wide range of projects, from small-scale applications to enterprise-level systems. The skills taught in this course can be used to develop software applications. The course’s focus on interactive web pages using DOM and DOM events will be particularly useful for Software Engineers working on web-based applications.
Business Analyst
Business Analysts gather and analyze business requirements to help businesses make informed decisions. They work with stakeholders to understand their needs and then develop solutions that meet those needs. This course will teach you how to validate user data using client-side JavaScript, which is a valuable skill for Business Analysts.
Data Analyst
Data Analysts collect, clean, and analyze data to help businesses make informed decisions. They use a variety of tools and techniques to extract insights from data. This course will teach you how to wrangle data using objects and arrays, which is a valuable skill for Data Analysts.
Web Designer
Web Designers create the visual look and feel of a website. They work with clients to understand their needs and then design and develop a website that meets those needs. This course introduces you to the basics of web design and may be useful for those interested in becoming Web Designers.
Web Developer
Web Developers are in charge of developing and maintaining websites. They apply programming languages to the design of websites and make use of those programming languages and tools to make sure that websites function properly. This course introduces you to some programming languages like JavaScript and helps build a foundation in both frontend and backend website applications. If you are interested in gaining the skills necessary to become a Web Developer, this course may be useful.
Computer Programmer
Computer Programmers write and test code that makes computers perform specific tasks. They work on a variety of projects, from developing software applications to designing and maintaining computer systems. This course helps build a foundation in programming languages and may be useful for those interested in becoming Computer Programmers.
Project Manager
Project Managers plan, execute, and close projects. They work with teams of people to achieve project goals. This course will help you develop the skills necessary to become a Project Manager, such as how to interact with application servers using HTTP protocol.

Reading list

We've selected ten books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Building Interactive Web Pages Using Modern JavaScript.
Comprehensive introduction to JavaScript, covering everything from the basics of the language to more advanced topics such as object-oriented programming, functional programming, and the event loop.
Comprehensive reference guide to JavaScript, covering everything from the basics of the language to more advanced topics such as object-oriented programming, functional programming, and the event loop.
Comprehensive reference guide to JavaScript, covering everything from the basics of the language to more advanced topics such as object-oriented programming, functional programming, and the event loop.
Comprehensive introduction to JavaScript, covering everything from the basics of the language to more advanced topics such as object-oriented programming, functional programming, and the event loop.
Comprehensive introduction to JavaScript, covering everything from the basics of the language to more advanced topics such as object-oriented programming, functional programming, and the event loop.
Provides a comprehensive overview of JavaScript for web development, covering topics such as HTML, CSS, and JavaScript.
Classic introduction to JavaScript, providing a deep understanding of the language's strengths and weaknesses.
Provides a collection of reusable patterns for writing JavaScript code, covering topics such as object-oriented programming, functional programming, and event handling.
Beginner-friendly introduction to JavaScript, covering the basics of the language and how it can be used to create different types of web pages.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Here are nine courses similar to Building Interactive Web Pages Using Modern JavaScript.
An Introduction to Web Development
Most relevant
JavaScript Introduction
Most relevant
Introduction to Javascript and Ajax: Building Web Apps
Most relevant
Creating Interactive Experiences Using HTML APIs
Most relevant
JavaScript How to create Dynamic and Interactive Web pages
Most relevant
Rapid Development with Flask, HTMX, TailwindCSS and...
Most relevant
Guided Project: Build a COVID Dashboard with React
Most relevant
Guided Project: Build a COVID Dashboard with React V2
Most relevant
Programming Foundations with JavaScript, HTML and CSS
Most relevant
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser