We are iterating over our "code" array using map function. We have passed "lang" in the map function.
Which in simplest words means that "lang" is items in the array.
So basically "lang" = "Javascript" , "Python" & "React" respectively as respective times.
let me know, if you need more clarification