/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
- 0 vote323 views1 answer
- 0 vote307 views1 answer
- 0 vote350 views1 answer
- 0 vote314 views1 answer
- 0 vote321 views1 answer
- 0 vote305 views2 answers
- 0 vote328 views1 answer
- 4 votes280 views1 answer
- 0 vote311 views1 answer
- 49 votes396 views6 answers