/TypeScript/Var str1='hello world'; var str2='welcome to typescript'; function test(str1:string,str2:string){ console.log(str1.concat(str2)) console.log(str1.concat( 'mr','vinay')) } test(); console.log(str1.concat(str2))
Var str1='hello world'; var str2='welcome to typescript'; function test(str1:string,str2:string){ console.log(str1.concat(str2)) console.log(str1.concat( 'mr','vinay')) } test(); console.log(str1.concat(str2))
Var str1='hello world'; var str2='welcome to typescript'; function test(str1:string,str2:string){ console.log(str1.concat(str2)) console.log(str1.concat( 'mr','vinay')) } test(); console.log(str1.concat(str2))
-1
- 1 vote260 views1 answer
- 2 votes275 views2 answers
- 0 vote269 views1 answer
- 0 vote287 views1 answer
- 0 vote266 views1 answer
- 1 vote336 views1 answer
- 3 votes270 views1 answer
- 1 vote254 views1 answer
- 0 vote257 views1 answer
- 0 vote278 views1 answer