AbtaheeAli / assignments

Assignments for Suncoast Developers Guild
0 stars 0 forks source link

06 - 01 - console.log('Welcome to JavaScript') #21

Closed AbtaheeAli closed 4 years ago

AbtaheeAli commented 4 years ago

Let's get started

Today, we are starting our journey into JavaScript. For this assignment, you will be making a program that demonstrates some JavaScript fundamentals.

Objectives

Requirements

Create your project using app-app with the beta stack

Remove all the code inside main.js and start with a fresh and empty file.

Explorer Mode

Adventure Mode

AbtaheeAli commented 4 years ago

https://github.com/AbtaheeAli/first-java-script

AbtaheeAli commented 4 years ago

I tried to follow your code and lecture slides on line spacing, but please let me know if I did any mistakes if you can. Thank you! :)

AbtaheeAli commented 4 years ago

Your homework 06 - 01 - console.log('Welcome to JavaScript') was marked: Meets Expectations

With LASERS

“With LASERS”

gstark commented 4 years ago

Code logic and spacing looks good.

Try to avoid i as variables: https://github.com/AbtaheeAli/first-java-script/blob/master/public/main.js#L154