티스토리 뷰

참고링크 : https://262.ecma-international.org/7.0/#sec-unary-plus-operator

 

ECMAScript® 2016 Language Specification

5.1.1Context-Free Grammars# A context-free grammar consists of a number of productions. Each production has an abstract symbol called a nonterminal as its left-hand side, and a sequence of zero or more nonterminal and terminal symbols as its right-hand sid

262.ecma-international.org

신기한 기능을 봤다. 숫자로된 문자앞에 연산자를 붙이니 숫자가 되어버렸다?!

간단하고 빠르게 결론

console.log(typeof "1")
VM89:1 string

console.log(typeof +"1")
VM98:1 number

console.log(typeof -"1")
VM114:1 number

JS는 공부하면 공부할수록 기능이 너무 다양하다.

'Web > FrontEnd' 카테고리의 다른 글

react-router-dom v6 generic 미지원  (1) 2022.01.27
[React] useState의 정체? + stateType  (0) 2021.11.28
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함