/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
- 6 votes253 views3 answers
- 0 vote248 views1 answer
- 0 vote249 views1 answer
- 14 votes259 views3 answers
- 0 vote246 views1 answer
- 0 vote269 views1 answer
- 1 vote269 views1 answer
- 0 vote296 views1 answer
- 13 votes234 views7 answers
- 3 votes305 views2 answers