码迷,mamicode.com
首页 > 编程语言 > 详细

1.1 Core JavaScript(continued)

时间:2015-06-07 17:06:25      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:

One of the most common ways to form expressions in JavaScript is to use operators like these:

    // Operators act on values(the operands) to produce a new value.

    // Arithmetic operators are most common:

    3 + 2          //=>5: addition

    3 - 2           //=>1: subtraction

1.1 Core JavaScript(continued)

标签:

原文地址:http://www.cnblogs.com/specification/p/4558534.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!