Giter Site home page Giter Site logo

it114lm1w3-introduction-to-javascript's Introduction

IT114LM1W3-Introduction-to-JavaScript

Getting Started with the Exercise

  1. Install the current version of Node.js. The default installation options should work fine.
    • After installing, make sure to close all instances of VS Code and other terminals (cmd, powershell, bash, etc)
  2. Fork the repository
  3. Clone your fork to your machine and open the folder in VS Code
  4. Create a file called index.js in the 0. Hello World folder
  5. Type in console.log("hello world) in index.js and save the file
  6. Open the terminal of VS Code. You will see that the terminal is currently in IT114LM1W3-Introduction-to-JavaScript but index.js is in the 0. Hello World folder
  7. Change the present working directory to 0. Hello World by typing in cd "0. Hello World"
    • The cd command means "change directory"
    • Tip: terminals have an auto-complete feature. just type in cd 0 then press tab to quickly enter the folder name starting with "0"
  8. Now that you are in the folder where index.js is located, you may run index.js by typing in node index.js in the terminal. This will show Hello World in the terminal
  9. Now that you are done with exercise 0, commit and push your changes
  10. Change the present working directory of the terminal to the folder of exercise 1
    1. You are currently in 0. Hello World but 1. Variables, Data Types, and Operators is in the parent directory
    2. Move to the parent directory by entering cd .. in the terminal
    3. Move to the directory of exercise 1 by entering cd "1. Variables, Data Types, and Operator" in the terminal. See the tip in one of the previous steps.
  11. Start doing exercise 1. Once you're done with exercise 1, follow the same process for the other exercises

Happy coding ๐Ÿ˜„

it114lm1w3-introduction-to-javascript's People

Contributors

jjlipat-mcl avatar cscendaya avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.