Using Code Snippets in Chrome Developer Tools
alexkras.com
Using Code Snippets in Chrome Developer Tools
1–10 of 43 posts
Re: Using Code Snippets in Chrome Developer Tools
#2Re: Using Code Snippets in Chrome Developer Tools
#3Not sure this is "hidden". Anyone who has spent ten minutes poking around chrome dev tools is likely to have discovered this.
Re: Using Code Snippets in Chrome Developer Tools
#4Not sure this is "hidden". Anyone who has spent ten minutes poking around chrome dev tools is likely to have discovered this.
Re: Using Code Snippets in Chrome Developer Tools
#5Re: Using Code Snippets in Chrome Developer Tools
#6In the 80s home computers shipped with a programming language as their OS (BASIC language to be precise) - today the browser dev tools are the closest equivalent. You can use them on any PC with no additional software - wished it was made more obvious so everyone could experiment with programming like those of us who got their first computer experience 25-30 years ago could do.
Re: Using Code Snippets in Chrome Developer Tools
#7Re: Using Code Snippets in Chrome Developer Tools
#8It's built-in in Firefox, but can be installed on Chrome as well.
Re: Using Code Snippets in Chrome Developer Tools
#9In the 80s home computers shipped with a programming language as their OS (BASIC language to be precise) - today the browser dev tools are the closest equivalent. You can use them on any PC with no additional software - wished it was made more obvious so everyone could experiment with programming like those of us who got their first computer experience 25-30 years ago could do.
Back when I didn't know anything about compilers I wanted to write 'C++' but didn't understand how I could produce an executable, I instead saved html and js into folder and loaded them up in the browser -- and any changes were visible on refresh.
And actually, these days this tinkering doesn't even have to take place locally. With sites like jsfiddle, anyone can develop remotely while still being able to debug the execution from the browser.