GithubHelp home page GithubHelp logo

comsc210-javascript-examples1's Introduction

Comsc210-Javascript-Examples1

This repository contains examples that help you learn about javascript and node.js. You can clone this repo and run the different examples by opening them in your browser or you can clone the repo and change the origin to point to a new repo under your github account.

Introduction to Javascript

  1. Clone this repository to your machine
    • Click on the green 'code' button. Open in Github Desktop
    • or use 'Git Clone ' in the VS Code Terminal to clone the repo
    • Check the local path points to your folder Documents/Github/Comsc230/Assignments
    • Once you have the local path pointing to where you want, click on 'clone'
  2. Open in VS Code and start a new Terminal
  3. Check the origin pointers using the command:

$ git remote show origin (you shoud see the fetch and push pointers to the rhodyapps repo)

  1. In your own Github account create a new repo using the same name 'comsc230-javascript-examples'. Once the repo is created highlight and copy the url

  2. On your machine in the Terminal repoint the repo to your own version using the following commands:

    $ git remote rm origin $ git remote add origin <paste or type in the url that points to your 'comsc230-javascript-examples' repo>

  3. Check that your fetch and push pointers are pointing to your repo:

    $ git remote show origin (you shoud see the fetch and push pointers to your github repo)

  4. Run one of the javascript programs by opening the file in your Chrome brower.

comsc210-javascript-examples1's People

Contributors

tnewman-mt avatar rhodyapps avatar

Watchers

James Cloos avatar  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.