javascript-challenges
javascript-challenges copied to clipboard
Fix a require 'answer' at babylonian-method tests
I was doing the challenge and when I ran node babylonian-test.js the test broke.
babylonian-test.js has a require('./answer'), but there is no answer.js at babylonian-method folder.
The file which provides the squareRoot function is babylonian.js.