Web Assembly
Web Assembly
ref: MDN Docs
Introduction
- an expression's main job is to produce a value while a statements is to produce an effect.
- fuction declaration binds its type to name while defination provides the body.
- argument is the actual value you pass a function when you call it while parameter is a variable that holds the value of the argument in the fn body.