In-JavaScript-we-trust icon indicating copy to clipboard operation
In-JavaScript-we-trust copied to clipboard

Embrace JavaScript naturally and confidently with coding challenges crafted not only for beginners but for JavaScript lovers, regardless of their level of expertise.

Results 3 In-JavaScript-we-trust issues
Sort by recently updated
recently updated
newest added

The explanation of the answer may be not correct because 'found' returns "world". So found[1] return 'o' instead of 'w'.

In the answer of the question 19 you wrote: "By default enumerable is true when creating object.". However the default may be 'false'. Please check it again. reference: -------------- [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperties#enumerable]...

https://chat.openai.com/share/1ba5b54e-37dd-4d95-b598-9c767bfb29dd Got confused on 1st question, new here.. Asked ChatGpt to explain it got wrong answer on first attempt :P I corrected it and as it understood.. ChatGpt explained it...