Universeorange.com/Docs/
ready(() => {
console.log(this);
});
This example uses this
in the ready function and the window
object
is shown in the log.
ready
means the document (and priya) is ready to use.
The window object has these global functions been given by Priya:
Last modified: 2021-06-07
© 2021 universeorange.com