functionName(parameter1, parameter2, parameter3) {
                                            code to be executed
                                        }
                                        
                                        

P arameters are variables listed as a part of the function definition.