livlog

  • 홈
  • 태그
  • 방명록

constructor functions 1

Section 11: Behind the Scenes: Classes & OOP - Prototypes & More

The goals 💪🏻What happens behind the scenes of classes and objects? ✌🏻Constructor functions (without classes) 👍🏻Prototype & Prototypical Inheritance class Person { name = 'Max'; constructor() { this.age = 30; } greet() { console.log( "Hi, I am " + this.name + "and I am " + this.age + "years old." ); } } const person = new Person(); person.greet(); function Person() { this.age = 30; this.name = 'M..

JavaScript - The Complete Guide 2022 2022.10.29
이전
1
다음
더보기
프로필사진

livlog

공지사항

  • 분류 전체보기 (126)
    • 2022 Web Development Bootca.. (36)
    • JavaScript - The Complete G.. (31)
    • React - The Complete Guide (19)
    • React - From A To Z (6)
    • React - Practical Projects (3)
    • Vue.js - The Complete Guide (15)
    • Node.js - Web Programming F.. (1)
    • 2023 Trialbee Internship - .. (15)

Tag

firebase, Component, Database, express, react, input, class, Props, spa, css tips, useState, jsx, cors, object, form, Promise, API, ejs, node.js, axios,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/06   »
일 월 화 수 목 금 토
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

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바