/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 vote201 views1 answer
- 1 vote223 views1 answer
- -1 vote207 views2 answers
- 0 vote157 views1 answer
- 1 vote168 views1 answer
- 0 vote172 views1 answer
- 0 vote236 views2 answers
- 1 vote210 views1 answer
- 0 vote158 views1 answer
- 3 votes152 views1 answer