Js Playground Save

A JS playground with some decent visualization

Project README

Yet another JS Playground

This time, with some decent data structure visualization.

Try it online at: https://algorithm-pad.now.sh

Usage:

  • Just write your code normally
  • Whenever you want to visualize your data, use debug().
  • Whenever you want to print a log, use log().

For example:

const str = "Hello World";
// Visualize a string
debug(str);
// Highlight a 3rd character
debug(str, 2);
// Highlight a range of charager
debug(str, [1,2,3]);
Open Source Agenda is not affiliated with "Js Playground" Project. README Source: huytd/js-playground
Stars
97
Open Issues
6
Last Commit
6 months ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating