Scratchpad

Finding a place to test code or learn more can often be a challenge. I use this page as a scratch pad of sorts; a list of useful bookmarks I find on my way.

Code Testing and Playgrounds

Codepen
codepen.io
Script frame. Here you can save your projects, fork other projects and play with html, css, js and more. Use your browser console for logging.
Matt Keas's Arbiter Frame
matthiasak.github.io/arbiter-frame
Javascript frame with console. Use log instead of console.log for feedback.
Code Academy Labs
labs.codecademy.com
A script testing frame with console. Use log instead of console.log for feedback.