JavaScript Functions
Introduction
Functions are basicly reusable blocks of code that save us from writing the same logic over and over again.
Think of them like little helpers: you give them some input, they do something
playwithjs.hashnode.dev2 min read