/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
- 1 vote191 views2 answers
- 2 votes211 views2 answers
- 3 votes215 views3 answers
- 0 vote194 views1 answer
- 1 vote189 views1 answer
- 0 vote231 views1 answer
- 0 vote220 views1 answer
- 0 vote230 views1 answer
- 0 vote192 views1 answer
- 0 vote194 views1 answer