Skip to Content
러닝 타입스크립트
book

러닝 타입스크립트

by 조시 골드버그, 고승원
January 2023
Beginner to intermediate
372 pages
8h 47m
Korean
Hanbit Media, Inc.
Content preview from 러닝 타입스크립트
170
2
특징
}
class FailureCounter extends GradeCounter {
countGrades(grades: string[]) {
return super.countGrades(grades, "F");
}
}
class AnyFailureChecker extends GradeCounter {
countGrades(grades: string[]) {
//~~~~~~~~~//~~~~~~~~~
// Error: Property 'countGrades' in type 'AnyFailureChecker' is not// Error: Property 'countGrades' in type 'AnyFailureChecker' is not
// assignable to the same property in base type 'GradeCounter'.// assignable to the same property in base type 'GradeCounter'.
// Type '(grades: string[]) => boolean' is not assignable// Type '(grades: string[]) => boolean' is not assignable
// to type '(grades: string[], letter: string) ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

이펙티브 타입스크립트

이펙티브 타입스크립트

Dan Vanderkam
견고한 데이터 엔지니어링

견고한 데이터 엔지니어링

조 라이스, 맷 하우슬리
파이썬으로 살펴보는 아키텍처 패턴

파이썬으로 살펴보는 아키텍처 패턴

오현석, 해리 퍼시벌, 밥 그레고리

Publisher Resources

ISBN: 9791169210638