Skip to content

CodecoolGlobal/diligent-academy-javascript1-mutability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Immutability and Mutability in JavaScript

Tasks

The tasks are in the 1_task and 3_task folders.

Please do not execute functions in the task*.js files, because the same file is used for testing and we do not want to call anything, when the module is loaded.

Use the playground.js to import and try out the files if necessary.

You can run all tests with:

npm test

Run tests only for task1 or task3:

npm test -- task1
npm test -- task3

Background Materials

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published