fr
fr

Question from the N8N - Fundamentals test

Waiting for validation

Que retourne ce snippet exécuté dans un nœud Code n8n ?

const items = [{id: 1, score: 0.8}, {id: 2, score: 0.3}];
return items.filter(i => i.score > 0.5);
Author: WeLoveDevsStatus: Waiting for validationQuestion not yet passed
0
Community EvaluationsNo one has reviewed this question yet, be the first!