/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
- 3 votes321 views2 answers
- 0 vote276 views1 answer
- 0 vote297 views2 answers
- 0 vote294 views1 answer
- 0 vote299 views2 answers
- 0 vote337 views1 answer
- 1 vote341 views1 answer
- 0 vote312 views1 answer
- 0 vote305 views1 answer
- 0 vote280 views1 answer