/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 vote136 views1 answer
- 0 vote151 views1 answer
- 0 vote150 views1 answer
- 0 vote139 views1 answer
- 3 votes142 views1 answer
- 0 vote140 views1 answer
- 2 votes129 views1 answer
- 9 votes216 views2 answers
- 0 vote128 views1 answer
- 0 vote121 views1 answer