Réponse

for (let key in jc) { console.log(jc[key]); }

Colonne
Explication

this is a list of properties in the object, it doesn't actually activate the function

Question

syntax - show all the values of object "jc"'s properties

Thématique