/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 vote219 views1 answer
- 6 votes224 views3 answers
- 1 vote211 views1 answer
- 0 vote199 views1 answer
- 0 vote217 views1 answer
- 0 vote205 views1 answer
- 1 vote204 views1 answer
- 0 vote202 views2 answers
- 0 vote223 views1 answer
- 0 vote233 views1 answer