Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
InternalError: too much recursion |
Added an example for when a getter or setter triggers a recursive call | |
import |
Added see more reference to The Modern JavaScript Tutorial(javascript.info) | |
Loops and iteration |
removed the var step; code snippet that was not being used in an example. switched var to let and const | |
String.prototype.split() |
Changed var to const. Added example of splitting an empty string. Added a link next to the note that describes the situation where an array is used as a separator. Fixed the previous error with the note not displaying properly | |
String.prototype.split() |