Hello, world! This is CS50 (aka CS50x through edX), Batch of 2020 of Harvard University's introduction to the intellectual enterprises of computer science and the art of programming. Javascript is the language for mst developers trying to learn programming on their own and hence this is an attempt to solve the assignments in Javascript.
- Since javscript supports advance data types, the libraries used in the course to abstract C's primitive datatypes are not going to be considered here
- We will use a npm module
prompt-syncto take user inputs from command line prompt - Whenever there has been an option you will solutions to problems of type
if feeling more comfortable
- Clone this project
- Install dependencies. Run
npm install - Execute each problemset. For problem set 1 -
node pset1, problem set 2 -node pset2and so on.. - You will be prompted a menu with options to run every sub-problem