en.javascript.info
en.javascript.info copied to clipboard
Modern JavaScript Tutorial
__[Function pow(x,n)](https://javascript.info/function-basics#function-pow-x-n)__. The task description says: > Write a function pow(x,n) that returns x in power n. Or, in other words, multiplies x by itself n times and returns the...
fix: change the condition within the Animal[Symbol.hasInstance] to match the purpose of the method
## Description According to the comment above the `class Animal`, the purpose of the `Animal[Symbol.hasInstance]` method is to "assume that anything with the canEat property is an animal". The condition...
Add a more elaborative example under [Nested setTimeout](https://javascript.info/settimeout-setinterval#nested-settimeout)
Dear Modern JavaScript Tutorial Team, I am writing to request the creation of a new translation for the Amharic language (language code: amh). As a native speaker of Amharic and...
The solution to [Extract the money](https://javascript.info/task/extract-currency) problem, uses the unary + operator, however, I don't see that explained anywhere in the Strings section. Adding an explanation of that would be...
Th proposal for new set composition methods just hit stage 4 - https://github.com/tc39/proposal-set-methods. Its time to add these to the relevant tutorial - Map and Set.
# Some of the pages have Cross-Origin requests blocked take a look at the below screenshot  ## happy coding 