/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 vote184 views1 answer
- 4 votes174 views4 answers
- 0 vote172 views1 answer
- 1 vote182 views1 answer
- 0 vote181 views1 answer
- 0 vote177 views1 answer
- 2 votes170 views1 answer
- 1 vote197 views2 answers
- 1 vote176 views2 answers
- 1 vote188 views1 answer