/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
- 2 votes279 views1 answer
- 1 vote340 views1 answer
- 0 vote308 views1 answer
- 0 vote388 views1 answer
- 2 votes324 views2 answers
- 0 vote298 views1 answer
- 0 vote254 views3 answers
- 1 vote357 views1 answer
- 0 vote285 views1 answer
- 1 vote246 views1 answer