Skip to content

Commit

Permalink
Exercise 00 - Welcome
Browse files Browse the repository at this point in the history
  • Loading branch information
chesterheng committed May 14, 2020
1 parent eed9f3f commit 9883a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 00/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { createMachine } from 'xstate';

const elOutput = document.querySelector('#output');

function output(object) {
const output = object => {
elOutput.innerHTML = JSON.stringify(user, null, 2);
}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Welcome to the [Frontend Masters](https://frontendmasters.com/) workshop on **Ja
- Identify and eliminate edge cases
- Visualize your logic as state machine diagrams

## XState
## [XState](https://slides.com/davidkhourshid/xstate-workshop?token=NuUhf7a4#/)

- GitHub repo: https://github.com/davidkpiano/xstate
- Documentation: http://xstate.js.org/docs
Expand Down

0 comments on commit 9883a4b

Please sign in to comment.