/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
- 7 votes138 views3 answers
- 16 votes129 views1 answer
- 0 vote142 views1 answer
- 4 votes178 views10 answers
- 0 vote171 views1 answer
- 0 vote142 views1 answer
- 0 vote139 views1 answer
- 0 vote146 views1 answer
- 5 votes155 views4 answers
- 0 vote171 views1 answer