Best Practice 2021

Answering by Asking Questions

Emil Folino, First Lecturer, DIDA

What is important to teach?

let students = ["Pelle", "Kalle", "Ulla", "Berit"];

for (let i = 0; i < students.length; i++) {
    if (students[i] === "Ulla") {
        console.log("Hej Hopp");
    }
}

Together

Team

Sharing Knowledge

?

Chat

Chat

My Best Advice

Thank you