All Projects → huytd → js-playground

huytd / js-playground

Licence: BSD-3-Clause license
A JS playground with some decent visualization

Programming Languages

typescript
32286 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to js-playground

Reddift
Swift Reddit API Wrapper
Stars: ✭ 215 (+152.94%)
Mutual labels:  playground
IdrisUnityPlayground
Experiments in Idris / Unity integration.
Stars: ✭ 50 (-41.18%)
Mutual labels:  playground
bookshelf
My GraphQL playground
Stars: ✭ 64 (-24.71%)
Mutual labels:  playground
Playgrounds
Better playgrounds that work both for Objective-C and Swift
Stars: ✭ 2,586 (+2942.35%)
Mutual labels:  playground
css-grid-playground
A simple interface for experimenting with CSS Grid Layout.
Stars: ✭ 84 (-1.18%)
Mutual labels:  playground
createml-playgrounds
Create ML playgrounds for building machine learning models. For developers and data scientists.
Stars: ✭ 82 (-3.53%)
Mutual labels:  playground
Tiup
A component manager for TiDB
Stars: ✭ 207 (+143.53%)
Mutual labels:  playground
A-Star
A* pathfinding library in Swift.
Stars: ✭ 34 (-60%)
Mutual labels:  playground
BadgesGenerator
A Swift playground to automatically generate personalized conference badges.
Stars: ✭ 36 (-57.65%)
Mutual labels:  playground
Assembleash
WebAssembly and Typescript-like languages playground
Stars: ✭ 71 (-16.47%)
Mutual labels:  playground
Typescript Play
Better TypeScript playground
Stars: ✭ 236 (+177.65%)
Mutual labels:  playground
kotlin-libraries-playground
A playground to gain a wider and deeper knowledge of the libraries in the Kotlin ecosystem. Also the official sample for gradle refreshVersions.
Stars: ✭ 164 (+92.94%)
Mutual labels:  playground
Miles
Swift Playground that creates jazz improvisations (WWDC 2018)
Stars: ✭ 31 (-63.53%)
Mutual labels:  playground
Nef
💊 steroids for Xcode Playgrounds
Stars: ✭ 226 (+165.88%)
Mutual labels:  playground
nearley-playground
⛹ Write Grammars for the Nearley Parser!
Stars: ✭ 76 (-10.59%)
Mutual labels:  playground
Kotlin Playground
Self-contained component to embed in websites for running Kotlin code
Stars: ✭ 214 (+151.76%)
Mutual labels:  playground
webpack-playground
No description or website provided.
Stars: ✭ 16 (-81.18%)
Mutual labels:  playground
kotlin-playground-wp-plugin
WordPress plugin which allows to embed interactive Kotlin playground to any post via [kotlin] shortcode
Stars: ✭ 35 (-58.82%)
Mutual labels:  playground
UInt256
An UInt256 library written in Swift 4
Stars: ✭ 20 (-76.47%)
Mutual labels:  playground
mypy-playground
The mypy playground. Try mypy with your web browser.
Stars: ✭ 58 (-31.76%)
Mutual labels:  playground

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]);
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].