javascript-challenges icon indicating copy to clipboard operation
javascript-challenges copied to clipboard

A collection of JavaScript coding challenges

Results 6 javascript-challenges issues
Sort by recently updated
recently updated
newest added

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 README.md file for target-sum-exists has some grammatical mistakes which have been fixed.

I didn't understand this requirement; "if obj.trigger is called with additional arguments it should pass those to the listeners". Could you please provide an example of what is expected?

Given this JS object ```javascript const george = { name: 'George Costanza', age: 37, skills: undefined, vocation: null } ``` Write me a function that will return a new object...