Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 294 Bytes

File metadata and controls

9 lines (4 loc) · 294 Bytes

0031-count-squares-job-interview-coding-challenge

This was a coding challenge in JavaScript that I had to do for a Job interview.
The challenge was into finding the number of perfect squares in a range defined by a and b.
The scope of this challenge was to test my js knowledge.