/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 vote171 views1 answer
- 41 votes190 views3 answers
- -1 vote157 views2 answers
- 2 votes185 views1 answer
- 1 vote176 views1 answer
- 11 votes156 views2 answers
- 1 vote131 views1 answer
- 0 vote146 views1 answer
- 0 vote153 views2 answers
- 0 vote148 views1 answer