Skip to content

Instantly share code, notes, and snippets.

@knowthen
Created September 14, 2020 21:44
Show Gist options
  • Save knowthen/355eb405b262fb17ff80937da25df40a to your computer and use it in GitHub Desktop.
Save knowthen/355eb405b262fb17ff80937da25df40a to your computer and use it in GitHub Desktop.
function view(model) {
return div([
heading,
`Home: ${model.home}, Away: ${model.away}`
])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment