Bernard Aybouts - Blog - MiltonMarketing.com

Making javascript work with HTML

By |April 2, 2018|JavaScript|

Lesson: Making JavaScript Work with HTML Using the onclick Attribute Introduction In this lesson, we will learn how to make your web page interactive by using JavaScript in combination with HTML elements. We will focus on using the onclick attribute, which allows JavaScript to run when a user clicks on an HTML element[ ► ]

Learn about JavaScript return statement

By |April 2, 2018|JavaScript, Computer Programming Languages|

Lesson: Understanding the JavaScript return Statement In this lesson, we will learn about how functions in JavaScript can return values using the return statement, and how these values can be used within the rest of your code. Lesson Objectives: Understand the concept of the return statement in JavaScript. Learn how to create and[ ► ]

Go to Top