Skip to content

Functions

hpgDesigns edited this page Aug 8, 2021 · 1 revision

A function starts with it's name followed by arguments (also called parameters) separated by commas inside parenthesis.

function_name(argument, argument, argument);

This is number 1

Clone this wiki locally