logo

Crowdly

Browser

Add to Chrome

Was trifft auf den folgenden Code zu? const users = [   { name: "Anna", acti...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Was trifft auf den folgenden Code zu?

const users = [

  { name: "Anna", active: true },

  { name: "Ben", active: false },

  { name: "Clara", active: true }

];

const activeUsers = users.filter(u => u.active === true);

console.log(activeUsers);

0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.spengergasse.at?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome