获得徽章 7
- Remember that values and types aren’t the same thing. To refer to the type that the value f has, we use typeof:评论点赞
- <:小于号(<)
>:大于号(>)
&:和号(&)
":双引号(")
':单引号(')
:非断行空格
©:版权符号(
)
®:注册商标符号(
)
™:商标符号(
) 展开评论点赞 - 42.toFixed(3) // SyntaxError
42..toFixed(3) // 42.000
42 .toFixed(3) // 42.000
(42).toFixed(3) // 42.000评论点赞
![[衰]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_34.cf5b4d5.png)
)
)
)