💡 JavaScript Tip💡 Many times we want to try some code of any library for quick testing but don't want to do initial setup to run that code. Maybe you want to use some jquery functions to check for some elements on the page or try some functions of any other library like lodash. In such cases, you can just google for CDN URL for that library and copy the contents of that library from that CDN URL and just paste into your browser console. Now, you can directly execute any function of that library in the browser console itself. 𝗙𝗼𝗿 𝗺𝗼𝗿𝗲 𝘀𝘂𝗰𝗵 𝘂𝘀𝗲𝗳𝘂𝗹 𝗰𝗼𝗻𝘁𝗲𝗻𝘁, 𝗱𝗼𝗻'𝘁 𝗳𝗼𝗿𝗴𝗲𝘁 𝘁𝗼 𝗳𝗼𝗹𝗹𝗼𝘄 𝗺𝗲. #javascript #reactjs #nextjs #webdevelopment

To view or add a comment, sign in

Explore content categories