Zaid-Ajaj / the-elmish-book

A practical guide to building modern and reliable web applications in F# from first principles
https://zaid-ajaj.github.io/the-elmish-book
Other
339 stars 51 forks source link

decrease count in javascript example #78

Closed Gilotto closed 4 years ago

Gilotto commented 4 years ago

Hey Zaid, I just found this book, thanks so far!

Just a minor typo. Line 21: count = count + 1; This should be count = count -1. afbeelding

Zaid-Ajaj commented 4 years ago

Hi there @Gilotto, thanks a lot for the fix :pray: please keep 'em coming if you find more :heart:

Gilotto commented 4 years ago

I will, as it is a way to appreciate your work :+1:.