Naming functions and methods

Use the following guidelines when you name functions and methods in your code. For information on writing functions and methods, see Functions and Methods.

Examples of method names include the following:

sing();
boogie();
singLoud();
danceFast();