/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 vote303 views1 answer
- 0 vote347 views1 answer
- 0 vote315 views3 answers
- 21 votes326 views2 answers
- 0 vote300 views1 answer
- 0 vote325 views2 answers
- 0 vote319 views2 answers
- 0 vote318 views1 answer
- 0 vote315 views1 answer
- 0 vote295 views1 answer