Skip to content

rschaniel/typescript_coding_challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Coding Challenges

Sources to the articles on https://ronnieschaniel.com/

Getting started

Compile the TypeScript files to JavaScript by using tsc:

tsc

Run one of the created main.js files:

node dist/<coding-challenge>/main.js

for example: node dist/all_unique_characters/main.js

About

A collection of small TypeScript examples and sources for ronnieschaniel.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published