I’m having trouble with this puzzle it Won’t advance, it seems I’m stuck at
" if ( var element [ age] >12 ) " console. Log ( element [ name] ).
Help!!
The issue is the [‘age’] and [‘name’]. Inside the brackets they should be a string because its a string of names of studentList you want to print out.