guscsales / prototype-playground

Simple playground to discover how some JS methods works (only array for now), MVP is online: playground.gsales.io

Home Page:https://playground.gsales.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prototype Playground

Many times I tested arrays methods using node or browser console. To keep the things easier I decied to create a playground to have fun with Javascript prototype methods.

You can check it out in: playground.gsales.io

For this first version the Prototype Playground has only my most common used array methods, for next interations will have more array methods and other types of prototypes.

Feel free to contribute!

About

The project has been created using NextJS (with Javascript) and TailwindCSS.

How to run

yarn install
yarn dev

About

Simple playground to discover how some JS methods works (only array for now), MVP is online: playground.gsales.io

https://playground.gsales.io


Languages

Language:JavaScript 100.0%