top | item 45844273

(no title)

M4v3R | 3 months ago

  when ({ status: s if s >= 500 }) -> throw new Error(’Server Error’)
Is it only me or this doesn’t look like JavaScript anymore?

discuss

order

javatuts|3 months ago

JavaScript is moving toward functional programming languages — I don’t see what’s wrong with that.