Browsing Tag

Work

How to Prioritize Your Work

If you look at a list of tasks, you will notice that each task is something you need to do or something you have been asked to do, each sitting on a…

How JavaScript promises work

Last week we looked at callbacks and promises. I made a case for using promises to easily coordinate asynchronous code. This week, we’ll dig further…