DEV Community

Discussion on: Functional Programming Principles in JavaScript

Collapse
 
zelenya profile image
Zelenya • Edited

Nice article ๐Ÿ™

A minor note: mentioned drawbacks are mostly myths; for instance, can have performance issues isn't true. If the language performs poorly for some FP construct (usually, it should be optimized), it's a language issue, not some global FP issue.

Also, you can highlight the code snippets if you add the language after the ticks: '''javascript

Collapse
 
architectak profile image
Ankit Kumar

Thanks for the suggestion and insightful information on drawbacks.