07.16infact , if you used java you know that float is not number ,In other words , it is not int but , typescript uses integers
이전까지 자바스크립트로 개발을 하다가 , 이제 타입스크립트를 공부하기로 했다.그런데 타입스크립트와 자바스크립트 무슨차이점이 있을까 ??자바스크립트는 웹브라우저나 node js 등 에서 사용되는 스크립트 언어이다.실행 중간에도 동적으로 타입이 변함 ( 에러 예측이 어려움
인프런 이재승 님 강의를 보고 작성했습니다.node js 를 우선적으로 설치를 해야한다.https://nodejs.org/ko/그후에 npm init -y 를 입력해주면 된다.그럼 간단히 package.json 파일이 만들어 진다.npm install typ
인프런 이재승님 강의를 보고 메모를 했습니다.this 는 counter 객체를 가리키게 된다. 즉 , counter.value 와 counter.add 가 되겠죠 역시 마찬가지로 ,0 과 5 출력이 됩니다. 하지만 다른점이 하나있다.add 메소드를 변수로 할당을 하고,
→ Open in Slid인터페이스는 클래스를 구현하기 전에 필요한 메서드를 정의하는 용도로 사용합니다.타입스크립트에서는 좀 더 다양한 것들을 정의하는데 사용한다 .인터페이스 imageage 는 속성이 number 이기때문에 문자열을 넣을려고 하면 에러가 발생한다.선택
Referenceshttps://sddev.tistory.com/91https://www.npmjs.com/package/ts-nodeand i recommand global installand i use ts-node test.ts see ya :)
hello today is very hot ...you know enum??https://joshua1988.github.io/ts/guide/basic-types.htmllook that way enumso writing code on vscode and r
https://hyunseob.github.io/2017/01/14/typescript-generic/https://www.typescriptlang.org/docs/handbook/2/generics.htmli wanted to use the con
The type of variable to store the function can use an arrow symbol
to understand this in TypeScript , you should be understand Javascript this ok?when called using the new keyword, this in the function Counter points
interfaces are usually used to define the necessary methods before implementing a class.optional properties are properties that are not required in an
class , inheritance , method override , access restrictor , public , private , protected , readonly , gettter , setter , static , abstract class
this is the new way of decision to typereferenceyou need to understand about extends calculation of typescript for understand conditional typeTypeScri
this is because of type inferenceif you typeof , declared more strictlyof course you have to write the type if you want, but type inference is possibl
type Guard is a feature of TypeScript that automatically narrows down the scope of types.A good use of typeguard is to avoid type assertion code.types
네이버 문자인증을 할려면 우선적으로 네이버 클라우드에 가입이 되어있어야한다.
참고자료https://medium.com/@warkiringoda/typescript-best-practices-2021-a58aee199661타입은 TS에서 코딩할 때 갖는 장점 중 하나이다.TS에서 데이터 유형을 정의하면 실수로 발생할 수 있는 이상한 런타