본문 바로가기

Far from it.

검색하기
Far from it.
프로필사진 두유콩

  • 분류 전체보기 (31)
    • biz.note (3)
    • 문제풀기 (19)
    • biz.database (0)
    • biz.al (2)
    • HTML (0)
    • SQLD (2)
    • JS (3)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/08   »
일 월 화 수 목 금 토
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
Tags
  • 리터럴
  • this
  • 객체
  • 메서드
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록JS (3)

Far from it.

Animate.css

https://daneden.github.io/animate.css/ Animate.css daneden.github.io https://github.com/daneden/animate.css daneden/animate.css 🍿 A cross-browser library of CSS animations. As easy to use as an easy thing. - daneden/animate.css github.com CDN exmaple Example infinite 게속 반복 bounce 애니메이션 효과 이름 delay-2s 지연 시간, 속도

JS 2020. 4. 22. 15:01
계산기 만들기

https://ko.javascript.info/task/calculator 계산기 만들기 let calculator = { sum() { return this.a + this.b; }, mul() { return this.a * this.b; }, read() { this.a = +prompt('첫 번째 값:', 0); this.b = +prompt('두 번째 값:', 0); } }; calculator.read(); alert( calculator.sum() ); alert( calculator.mul() ); 샌드박스를 열어 정답을 확인해 ko.javascript.info 내가 작성한 답안 해답 let calculator = { sum() { return this.a + this.b; }, mul(..

JS 2020. 4. 22. 14:13
객체 리터럴에서 'this' 사용하기

https://ko.javascript.info/task/object-property-this

JS 2020. 4. 22. 13:58
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바