unioncollege-webtech / introduction

Exercise for creating and using variables, and logging a message to the console.
ISC License
0 stars 16 forks source link

Exercise 1 assignment #12

Open jeanchristiantoure opened 8 years ago

jeanchristiantoure commented 8 years ago

Also, I would like to know where I can do the exercise 1 assignment. I am not sure what to do nor where to find it.

barberboy commented 8 years ago

Hi, Christian! You are in the right place. See the the "Completing and submitting this assignment" section here: https://github.com/unioncollege-webtech/introduction#completing-and-submitting-the-assignment

First, Fork this repository by clicking the "Fork" button at the top right corner of this page:

screen shot 2016-08-25 at 4 37 01 pm

Next, log into http://c9.io, and click on the "Repositories":

screen shot 2016-08-25 at 4 35 51 pm

That should show you your GitHub repositories on the right. You can click "Clone to Edit" for jeanchristiantoure/introduction to create a new workspace for the "Introduction" exercise.

That workspace should have the starter files for the project, which will include an empty 'introduction.js'. That's where you should put your code.

You should be able to click green the "Run" button in Cloud 9 to view the output of your code. Alternatively, you can create a new "Terminal" tab in Cloud 9 and run the command

node introduction.js

to see the file's output.

barberboy commented 8 years ago

https://youtu.be/ICS1PnUDTjo

barberboy commented 8 years ago

Christian, did https://github.com/unioncollege-webtech/introduction/issues/12#issuecomment-242551677 answer your question about how to complete the introduction assignment?