Skip to content

Instantly share code, notes, and snippets.

View maurodaprotis's full-sized avatar

Mauro Daprotis maurodaprotis

View GitHub Profile
@maurodaprotis
maurodaprotis / machine.js
Last active October 19, 2020 00:45
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@maurodaprotis
maurodaprotis / machine.js
Created October 17, 2020 20:02
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@maurodaprotis
maurodaprotis / machine.js
Last active October 17, 2020 20:00
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@maurodaprotis
maurodaprotis / index.html
Created March 27, 2019 12:18
Solución a la actividad enviada por NexoSmart
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Nexosmart JS solution</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>