codedamn

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.

    @msreeekm

    sreekumar menon

    @msreeekm

    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?

    @aqarain

    Atif Qayyum Arain

    @aqarain

Your comment