/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
- 1 vote120 views2 answers
- 2 votes124 views2 answers
- 1 vote120 views1 answer
- 12 votes144 views3 answers
- 1 vote138 views1 answer
- 2 votes136 views1 answer
- 0 vote127 views3 answers
- 3 votes130 views2 answers
- 0 vote123 views1 answer
- 1 vote121 views1 answer