Echo JS 0.11.0

<~>

jklu comments

jklu 1106 days ago. link 2 points
Sounds a bit like overkill to me:

var decimal = require('dec-to-binary')
console.log(decimal.decimal("10"));


Instead of:
console.log(parseInt("10").toString(2))

Or if you expect really large numbers:
console.log(BigInt("10").toString(2))
[comment deleted]
jklu 1244 days ago. link 2 points
Sales pitch,no SDK only HTML.
jklu 1491 days ago. link 1 point
Nice tutorial!
One bug though because of setting the id of new todo's to the length of the array.

Try adding todo's A and B , then remove A and add C
now try to remove C watch how B is removed ;-)
jklu 1729 days ago. link 2 points
clickbait title as the article does not proclaim a winner.
The article is missing one important point: using node.js both front-end and back-end can use the same language and tools which takes away the mental shift when working on both.
jklu 1732 days ago. link 1 point
off topic (and not really a comparison)
[more]