Yee Qiang's Blog

Yee Qiang's Blog

Follow
homebadges
Tag

functions

#functions

More content

Read more stories on Hashnode


Articles with this tag

JavaScript: Functions

May 8, 20221 min read

What is a function? Functions are JavaScript codes that can: Saved for later use. You can call it anytime you want. Use it multiple times. Not like...

JavaScript: Functions