This is a test notebook for the IJavascript kernel.


In [ ]:
// This is a bit of JavaScript code.
// Press Shift+Enter while your focus is here to run this code and see the result.
var i = 0;
while (i < 22) {
    console.log(`Current: ${i}`);
    i++;
}

Running code locally

This is a test of markdown.

  • asdasd
  • asdas
  1. one
  2. two
  3. three

:+1: