Docable
Next-Generation Interactive Notebooks


Education and Training


Tutorial: Understand Git Internals
Have you ever wondered how git worked inside? Here’s a chance to interactively play around with a few git commands that will help reveal the inner workings of git, itself!

Tutorial: Basic Logging in Node.js
If you've used JavaScript before, console.log()
is likely the
first things you tried. In this tutorial, we explore console.error()
which can be
useful when logging error.

Playground: JavaScript Array Operations
Simple script playground for executing JS scripts and demonstrating different JS array related operations.