/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
- 2 votes109 views2 answers
- 1 vote131 views2 answers
- 0 vote133 views1 answer
- 19 votes120 views6 answers
- 0 vote96 views1 answer
- 0 vote121 views1 answer
- 0 vote113 views1 answer
- 0 vote107 views1 answer
- -1 vote140 views1 answer
- 2 votes118 views1 answer