specific

想成为前端大牛。

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

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

posted on 2015-06-07 15:42  specific  阅读(107)  评论(0编辑  收藏  举报