0
22
Declare a function as a const
0 Comments
const functionName = (argument) => {console.log(argument);}