/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 vote295 views1 answer
- 21 votes254 views2 answers
- 0 vote294 views1 answer
- 1 vote236 views1 answer
- 4 votes266 views1 answer
- 3 votes251 views2 answers
- -2 votes250 views1 answer
- 1 vote249 views1 answer
- 0 vote239 views2 answers
- 0 vote259 views1 answer