본문 바로가기

taenyLog

검색하기
taenyLog
프로필사진 taenyLog

  • 분류 전체보기 (117)
    • LIFE (0)
      • CANADA (0)
    • English (26)
      • 일빵빵 (26)
    • Web (91)
Guestbook
반응형
Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
일 월 화 수 목 금 토
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
  • 유데미
  • 영어
  • 회화
  • 터미널
  • node
  • 메서드
  • 웹
  • 공부
  • Udemy
  • 명령어
  • 자바스크립트
  • Mongoose
  • 프렌즈
  • nodejs
  • 노드js
  • JS
  • 일빵빵
  • 미드
  • 대본
  • 웹개발
  • 노드
  • 백엔드
  • 부트캠프
  • 몽고
  • JavaScript
  • mongo
  • 에러
  • 해결
  • 오류
  • 몽구스
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리
반응형

목록extends (1)

반응형

taenyLog

JavaScript | extends

class cat { constructor(name, age) { this.name = name; this.age = age; } eat() { return `${this.name} is eating`; } meow() { return "mEWOOOOE"; } } class dog { constructor(name, age) { this.name = name; this.age = age; } eat() { return `${this.name} is eating`; } bark() { return "VARKRKRRKK"; } } class pet{ constructor(name, age) { this.name = name; this.age = age; } eat() { return `${this.name}..

Web 2023. 6. 20. 08:55
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바