Skip to content

USARB-WEB/js-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web programming I - Practical tasks

Steps:

  • Create a private Github repository js_learning give access for sergiuchilat
  • Send the link to your repository to email chilatsergiu@gmail.com
  • Create a master branch that will contain your results for all modules
  • Create a new branch for each module. Execute tasks and push it to a specialized branch and after acceptance merge this branch into main
  • Each commit must have a clear description and you must do at least one commit per task

Your repository structure must be the following:

tasks
|-- JavaScript Fundamentals
    |-- if-else
        |-- index.html
        |-- app.js
    |-- if-else-and-or
        |-- index.html
        |-- app.js
    |-- switch-case
        |-- index.html
        |-- app.js
    |-- ...
|-- Arrays
    |-- array-processing
        |-- index.html
        |-- app.js
    |-- array-methods
        |-- index.html
        |-- app.js
    |-- destructuring-assignment
        |-- index.html
        |-- app.js
|-- ....

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published