/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 votes170 views1 answer
- 0 vote155 views1 answer
- -1 vote175 views1 answer
- 0 vote161 views1 answer
- 1 vote168 views3 answers
- 2 votes171 views3 answers
- -1 vote191 views1 answer
- -1 vote180 views2 answers
- -1 vote152 views1 answer
- 0 vote162 views1 answer