Created
May 16, 2025 13:13
-
-
Save peteygao/babd959f837e106f6e2834e279093007 to your computer and use it in GitHub Desktop.
English Sucks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
English Sucks | |
No data | |
Get Data -> Have Data and Displaying | |
Have Data and Displaying | |
Hide Data -> Data is Hidden | |
Data is Hidden | |
Unhide -> Have Data and Displaying |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function render(model){ | |
let current_state_name = model.active_states[0].name; | |
return $("h1", | |
{style: {color: "darkBlue"}}, | |
`The current state is: ${current_state_name}`); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment