Giter Club home page Giter Club logo

tgc18-js-dom-practice's Introduction

JavaScript DOM Execrises

1. Getting Started

You can use either repl.it, Gitpod or Visual Studio Code for this execrise. Fork this Github repo. Once done, at the terminal, type in:

yarn install
yarn add jest

2. Doing the questions

Each question is in a folder by itself. The question description and what's expected will be in the readme.md file. Each question will have an index.html file and script.js file. Follow the instructions carefully in the readme.md file. Do not change the script.js file unnecessarily (there are special code at the end of the script.js file, don't touch it!)

3. Testing the question

You can check if you done the question correctly by typing the following in the terminal:

npm test <folder name>

For example, if you wish to test if you get q1 correct, you will type in

npm test q1

If you just want to check all your answers, just type in the terminal:

npm test

4. Getting new questions

To get new questions, open a NEW terminal and type in the terminal:

git fetch upstream
git merge upstream/main

If there are conflicts in script.js files, just use your original copies.

tgc18-js-dom-practice's People

Contributors

kunxin-chor avatar ourstress avatar extrakun 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.