Today I Learned - Rocky Kev

TIL Library sites are running their own code

POSTED ON:

TAGS:

Visit a library's website (for their documentation, CDN, or just to learn more about it).

Very often, the site is running the code they are promoting.

So you can open up console.log and test it!

For example - jQuery's site is running jquery in the background.

So you can do something like:

$('h2')


Related TILs

Tagged:

TIL Library sites are running their own code

TIL a quick way to log out [object object]

JSON.stringify

TIL a quick way to log out [object object]

JSON.stringify