/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
- 0 vote311 views1 answer
- 0 vote305 views1 answer
- 1 vote327 views1 answer
- 24 votes322 views3 answers
- 49 votes355 views5 answers
- 0 vote301 views1 answer
- 1 vote295 views1 answer
- 3 votes289 views3 answers
- 0 vote292 views1 answer
- 0 vote287 views1 answer