/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 votes338 views1 answer
- 0 vote330 views1 answer
- 10 votes343 views2 answers
- 0 vote322 views1 answer
- 1 vote316 views2 answers
- 0 vote339 views1 answer
- 0 vote329 views1 answer
- 0 vote341 views1 answer
- 39 votes424 views5 answers
- 0 vote293 views1 answer