maxlchan.log
maxlchan.log
profile
MaxlChan
한가지를 알아도 제대로 알자
글시리즈소개
태그 목록
  • 전체보기(12)
  • 코딩부트캠프(1)
  • scope(1)
  • 논리 연산자(1)
  • 이진 부동소수점(1)
  • asynchronous(1)
  • new keyword(1)
  • promise(1)
  • 비전공자(1)
  • 바닐라코딩(1)
  • http(1)
  • defineProperty(1)
  • callback(1)
  • Prototype(1)
  • event loop(1)
  • hasOwnProperty(1)
  • Object.create(1)
  • hoisting(1)
  • inheritance(1)
  • big o notation(1)
  • const(1)
  • let(1)
  • var(1)
  • copy(1)
  • async/await(1)
  • data type(1)
  • logical operator(1)
  • 실행 컨텍스트(1)
  • Clousure(1)
전체보기 (12)코딩부트캠프(1)scope(1)논리 연산자(1)이진 부동소수점(1)asynchronous(1)new keyword(1)promise(1)비전공자(1)바닐라코딩(1)http(1)defineProperty(1)callback(1)Prototype(1)event loop(1)hasOwnProperty(1)Object.create(1)hoisting(1)inheritance(1)big o notation(1)const(1)let(1)var(1)copy(1)async/await(1)data type(1)logical operator(1)실행 컨텍스트(1)Clousure(1)

0.1 + 0.2 === 0.3 ?

자바스크립트에서 0.1 + 0.2는 0.3일까? 해당 내용에 대해 깊게 다루는 수많은 블로그와 각종 답변들이 많지만, 나는 내가 이해한 방식대로 간단하게 정리해보고자한다.(문과를 나온 것을 후회하지 않지만 후회한다.) 결론 결론부터 말하자면 아니다. 크롬 콘솔에

이진 부동소수점
2020년 8월 22일
·
2개의 댓글