Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The AdminGoldSupportImpl and AdminPlatinumSupportImpl classes are written in the same way."

A block of code is set as follows:

public class Mario {
    public void ability(){
        System.debug('I can Walk');
    }
    public void info(){
        System.debug('I am Mario');
    }
}

Any command-line input or output is written as follows:

$ mkdir css

$ cd css

New terms and important words are shown in bold. 

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

For this book we have outlined the shortcuts for the Mac OX platform if you are using the Windows version you can find the relevant shortcuts on the WebStorm help page https://www.jetbrains.com/webstorm/help/keyboard-shortcuts-by-category.html.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset