Created
September 14, 2020 21:44
-
-
Save knowthen/355eb405b262fb17ff80937da25df40a to your computer and use it in GitHub Desktop.
This file contains 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 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