You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it's okay, I would like to make a javascript code refactoring in the FRP book examples.
It would be great to bring to it ES6 syntax and Airbnb code style. But at least I want to make it more "functional": replace for loops with map and reduce, remove mutable variables and so on.
I need approval, to start the job)
The text was updated successfully, but these errors were encountered:
@ca11ado Yes, you're most welcome to do that. Please check your work in to the Git project alongside the original. (So that the original is the same as what's in the book.)
If it's okay, I would like to make a javascript code refactoring in the FRP book examples.
It would be great to bring to it ES6 syntax and Airbnb code style. But at least I want to make it more "functional": replace
for
loops withmap
andreduce
, remove mutable variables and so on.I need approval, to start the job)
The text was updated successfully, but these errors were encountered: