#functions
Read more stories on Hashnode
Articles with this tag
What are cloud functions? How do they work? Let’s start with how normal functions behave, for instance, in Javascript; function sum(num1, num2) { ...