You must log in or register to comment.
I’ve recently started writing JS recently, after writing C, go, shell and ruby for years.
Ended up with this gem in my code:
var total = +qty + +pool[0] - +pool[1];
I hate it.
I’ve recently started writing JS recently, after writing C, go, shell and ruby for years.
Ended up with this gem in my code:
var total = +qty + +pool[0] - +pool[1];
I hate it.