/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 vote280 views3 answers
- 0 vote228 views1 answer
- 0 vote243 views1 answer
- 10 votes232 views4 answers
- 1 vote248 views2 answers
- 0 vote263 views1 answer
- 2 votes247 views3 answers
- 2 votes259 views2 answers
- 45 votes312 views5 answers
- 0 vote258 views1 answer