Discuss / JavaScript / 学习js的第一天

学习js的第一天

Topic source
var a = 1 + 2 * 3 / 4
console.log(a) # a = 2.5


  • 1

Reply