Producing Effective Content That Delivers Business Outcomes

JavaScript Form Validation Using Regular Expressions: Definitio…
JavaScript Form Validation Using Regular Expressions: Definitio…

In this lesson, you'll learn what regular expressions are in computer programming. You'll see how to validate form input in JavaScript through...

Web Developer
Technical Writer
CSS
HTML5
JavaScript

JavaScript Event Handlers: Overview & Example
JavaScript Event Handlers: Overview & Example

Events in HTML can be triggered by the browser or a user action and JavaScript event handlers respond to these events through scripts. The use of...

Web Developer
Technical Writer
CSS
HTML5
JavaScript

Converting Plain Text To Encoded HTML With Vanilla JavaScript
Converting Plain Text To Encoded HTML With Vanilla JavaScript

What do you do when you need to convert plain text into formatted HTML? Perhaps you reach for Markdown or manually write in the element tags yourself. Or maybe…

Web Developer
Technical Writer
CSS
HTML5
JavaScript