/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 vote163 views1 answer
- 2 votes183 views3 answers
- 0 vote214 views1 answer
- 2 votes163 views1 answer
- 1 vote169 views1 answer
- 0 vote188 views1 answer
- 0 vote164 views1 answer
- 1 vote177 views1 answer
- 7 votes200 views2 answers
- 1 vote173 views1 answer