官术网_书友最值得收藏!

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: "Every object created based on this type will inherit these default properties such as toString, valueOf, hasOwnProperty, and so on."

A block of code is set as follows:

function doAddition(num1, num2){
  return num1 + num2;
}
function doSubtraction(num1, num2){
  var result = null;
  if(num1 > num2){
  result = num1 - num2;

  }else{
    result = num2 - num1; 
  }
  return result;
}

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 壤塘县| 朝阳县| 旬阳县| 稷山县| 洮南市| 梨树县| 平阴县| 荔浦县| 炉霍县| 合肥市| 南陵县| 读书| 东乌珠穆沁旗| 千阳县| 嘉黎县| 竹溪县| 潢川县| 宁都县| 辽宁省| 织金县| 闽清县| 白河县| 沅陵县| 双城市| 冕宁县| 寿光市| 安康市| 高安市| 左贡县| 武义县| 和顺县| 关岭| 垦利县| 靖西县| 古交市| 新蔡县| 宁蒗| 延寿县| 渑池县| 错那县| 澜沧|