1. Create and export in separate file (weekdayName.js) a function
that returns name of the day based on the provided number
2. List comma separated days of weeks (with your function)
In the same file, add function with months
Asynchronous programming is a means of parallel programming in which a unit of work runs separately from the main application thread and notifies the calling thread of its completion, failure or progress…
http://ember-concurrency.com/docs/task-concurrency
Try to fetch current weather info for Bielsko-Biała. Use .fetch method
Install node
&
run the code
write a server with http module that always returns "Hello world" at port 3000