Skip to content

codelex-io/prep-course-warm-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warm-Up Exercises

Congratulations you are almost there!

Getting Ready

Open in GitHub Codespaces

First thing you need to do is type in npm install in the terminal to download all the needed packages.

npm what???

Here is a short video which explains what is npm and libraries / packages / dependencies in general.

🍿 What is npm? [3min video] @youtube.com

Here @blog.scottlogic.com is an interesting blog post about the dependency hell.

Executing Code

In the src directory are many code puzzles which you need to solve.

Start in ascending order, read the description and execute each file like this npm run ts src/00-hello-world.ts

Why there is export {}; at the beginning of each file?

Please refer to this answer @stackoverflow.com.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published