/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 vote126 views1 answer
- 4 votes126 views2 answers
- 0 vote118 views1 answer
- 2 votes127 views1 answer
- 2 votes122 views1 answer
- 0 vote150 views1 answer
- 0 vote127 views1 answer
- 0 vote132 views1 answer
- 0 vote123 views1 answer
- 3 votes134 views1 answer