Let’s kick start this

Pilot of knowledge sharing and some other stuff...

Let’s kick start this

This is a little and simple sample of basic JavaScript code. It was the last project of a recent course that I did online from Continuing Education at University of Calgary.

The sample consists of a form and a table. The form is validated depending on the field and to avoid blank submissions. Submission of the form is actually prevented and instead, a User object is created and the data it contains is displayed as a new row in the table.

JavaScript and the DOM

Assignment 2

Part 1:

Part 2: