Skip to content

Instantly share code, notes, and snippets.

@konnov
Last active May 19, 2022 12:06
Show Gist options
  • Save konnov/1b0806820776510d75aba5e944bffee0 to your computer and use it in GitHub Desktop.
Save konnov/1b0806820776510d75aba5e944bffee0 to your computer and use it in GitHub Desktop.
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