terminology tony2099 2023-04-28 25 words One minute Contents Syntactic Sugar Syntactic Sugar 语法糖,使得代码更加甜: 更容易阅读和书写 how: 通过简化书写来实现 example: 1 2 3 4 5 a = a+1; a += 1 var a = 100 a := 100 Please enable JavaScript to view the comments powered by utterances.