practiced lists

This commit is contained in:
umamahesh.b
2026-08-12 13:10:24 +05:30
parent 08c102e8f5
commit 87816dfbf4
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -24,5 +24,9 @@ function numbers(a:number,b:number) : number{
numbers(2,3)
const elements:string[] = ['Hydrogen', "Zinc", "Carbon"]
elements.map((element) => element)