Search⌘ K

Step 3: Initialize the Application

Understand how to initialize your front-end web application by creating a root namespace and MVC sub-namespaces using JavaScript objects. This lesson teaches you how to structure your app code effectively without built-in namespace support.

We'll cover the following...

Initialization

We initialize the application by defining its namespace and MVC sub-namespaces. Namespaces are an important concept in software engineering and many programming languages. They help to group related pieces of code and avoid name ...