/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 vote152 views2 answers
- 0 vote139 views3 answers
- 3 votes152 views3 answers
- 0 vote153 views1 answer
- 2 votes140 views1 answer
- 3 votes153 views2 answers
- 0 vote148 views2 answers
- 2 votes144 views2 answers
- 0 vote128 views1 answer
- 1 vote129 views1 answer