DOM APIs
Created by Codedamn about a year ago
0
No description provided
2 Comments
1
Note- functions like setTimeout and setInterval are not part of the ECMAScript specs or any JavaScript engine implementations. Timer functions are implemented by browsers and their implementations will be different among different browsers. Timers are also implemented natively by the Node.js runtime itself.
0
arr.concat.toString() will also show us native code but it is part of JS and written in JS so why does it show native code?
show more answers
Your comment