Deepak Pai
Deepak Pai's Blog

Deepak Pai's Blog

Follow
homebadges
Tag

Developer

#developer

More content

Read more stories on Hashnode


Articles with this tag

Dead Code Elimination in Javascript

Oct 17, 20205 min read

Dead code elimination is a process wherein code that is not used is excluded from the code that is executed. In many compile time languages this is a...

Dead Code Elimination in Javascript