변수를 생성하고 특정 값에 할당할 때 TS는 값을 유형으로 사용한다.

let helloWorld = "Hello World";        
//let helloWorld: string