/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 vote212 views1 answer
- 0 vote223 views1 answer
- 0 vote218 views1 answer
- 0 vote213 views1 answer
- 0 vote232 views2 answers
- 0 vote199 views1 answer
- 0 vote199 views1 answer
- 0 vote208 views1 answer
- 49 votes285 views5 answers
- 0 vote191 views1 answer