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

A collection of JavaScript modern interview code challenges for beginners to experts

Results 4 javascript-code-challenges issues
Sort by recently updated
recently updated
newest added

Here we also propose a DFS based approach with backtracking to detect circular references in an object. Another approach for [Q19](https://github.com/sadanandpai/javascript-code-challenges/blob/main/challenges/objects-challenges.md#q19) in objects challenges.

Project infrastructure improvements - templates, CI/CD, npm commads and documentation

This leads to `rangeStart` and `rangeEnd` appearing with half the frequency of everything in between, `Math.round` is not the solution here, you should use `Math.floor(rangeStart + rangeEnd + 1)` see...

enhancement

Created a new file `calculator.js` that includes basic calculator functions such as sum, difference, product, and division. This addition provides a simple utility to perform arithmetic operations and can be...