/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
- 15 votes268 views2 answers
- 0 vote811 views1 answer
- 0 vote320 views1 answer
- 0 vote303 views1 answer
- 1 vote277 views1 answer
- 0 vote263 views1 answer
- 0 vote266 views1 answer
- 1 vote257 views1 answer
- 0 vote302 views1 answer
- 2 votes327 views2 answers