/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 vote141 views1 answer
- 0 vote141 views1 answer
- -1 vote149 views2 answers
- 0 vote132 views1 answer
- 1 vote170 views2 answers
- 2 votes135 views2 answers
- 0 vote152 views1 answer
- 0 vote151 views1 answer
- 0 vote224 views1 answer
- 0 vote176 views1 answer