Skip to content

Code along template for Intro to Vanilla JS: Data Type which includes the starter code for the "Greeting Program".

Notifications You must be signed in to change notification settings

upperlinecode/vanilla-js-data-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Lesson 1.1 Code Along Template - Greeting Program

Welcome!

Instructions for cloning down this repository to an IDE(coding platoform):

  1. Above the list of files, click on the Code button.
  2. Copy the URL for the repository.
  3. If you are using Repl.it:
    • Select the + Create Repl button on the top left corner of the web page.
    • In the pop up window, select the Import from GitHub button.
    • Paste the GitHub URL and click on the button Import from GitHub.

Note: If you are coding along with the video, we suggest you open the video in a window on the left and your code in a window on the right. This method of coding along is called "split screen".

Using this template, you will be able to practice the following:

  • Printing statements to the JavaScript console.
  • Create variables that store various data types.
  • Use variables to print statements to the console.
  • Use JavaScript methods to format string data types.
  • Ask for user input and store their values in variables.

Get Started:

  • Click on the file named script.js to get started.

About

Code along template for Intro to Vanilla JS: Data Type which includes the starter code for the "Greeting Program".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published