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
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:
'''javascriptThanks for the suggestion and insightful information on drawbacks.