/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
- 10 votes135 views3 answers
- 0 vote140 views1 answer
- 0 vote150 views2 answers
- 1 vote163 views1 answer
- 0 vote182 views1 answer
- 0 vote150 views1 answer
- 0 vote136 views1 answer
- 4 votes161 views3 answers
- 2 votes153 views1 answer
- 0 vote179 views1 answer