Skip to content

Instantly share code, notes, and snippets.

@khg0712
Last active May 30, 2018 11:08
Show Gist options
  • Save khg0712/0085bb0bd7d7afa03ae00883bec1b64f to your computer and use it in GitHub Desktop.
Save khg0712/0085bb0bd7d7afa03ae00883bec1b64f to your computer and use it in GitHub Desktop.
래퍼 객체4
1 .toString();//1과 .을 띄어쓰기해서 소수가 아님을 알린다.
1..toString();//1.에서 .을 미리 써두어 뒤에 있는 .이 소수를 표현하는 것이 아니라 참조 연산자임을 알린다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment