Indepth JavaScript Coding NoteBook

Jupyter style Coding Notebook for JavaScript (Full Details: GitHub)

  • Allows you to add Multiple Coding and Markdown Cells.
  • Each cell has a preview window.
  • Any variable, object, or React component created in 1 cell is ascessible in all subsequent cells.
  • Import any npm package using standard ES6 import statement at top of cell

Use the show() to display any variable, object, JSX, or React component to the adjacent preview window.

=> You can Click on THIS cell to edit the Markdown...Try it!

Loading...
Loading

Sample React Counter App Above...

See Sample React App in Above Code Cell. Styled with Bulma and Flexbox.