Sunday, February 25, 2018

JavaScript and bootcamp

Feb. 25, 2108

Introduction


It is the best thing to do in the Saturday morning. I had a mock interview at 10:00 AM. I had chance to meet one  young programmer, and also know the boot camp of hack reactor, and also learn some JavaScript and have chance to practice binary search algorithm with the peer.


Code review


The peer shared me with advice to take a look a JavaScript book: Eloquent JavaScript. I reviewed the JavaScript code, here is the link.

One thing I did is to share the tip how to round up the value in JavaScript by yourself, line 17: parseInt(candidate * 1000 + 0.5) / 1000.0. The JavaScript type conversion can be completed using parseInt function.




No comments:

Post a Comment