/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 vote211 views1 answer
- 0 vote242 views1 answer
- 2 votes237 views1 answer
- 0 vote228 views1 answer
- 0 vote240 views1 answer
- 0 vote266 views1 answer
- 0 vote252 views1 answer
- 0 vote292 views1 answer
- 0 vote237 views1 answer
- 0 vote220 views1 answer