/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 vote214 views1 answer
- 32 votes247 views6 answers
- 16 votes230 views1 answer
- 0 vote219 views1 answer
- 0 vote236 views1 answer
- 4 votes245 views1 answer
- 1 vote233 views1 answer
- 0 vote256 views1 answer
- 0 vote270 views1 answer
- 0 vote207 views10 answers