/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 vote175 views1 answer
- 5 votes175 views2 answers
- 0 vote302 views1 answer
- 0 vote209 views1 answer
- 3 votes192 views1 answer
- 16 votes174 views5 answers
- 47 votes291 views9 answers
- 0 vote250 views1 answer
- 0 vote270 views1 answer
- 1 vote197 views3 answers