Skip to content

Intermediate Algorithm Scripting: Everything Be TruePassed Check if the predicate (second argument) is truthy on all elements of a collection (first argument). In other words, you are given an array collection of objects. The predicate pre will be an object property and you need to return true if its value is truthy. Otherwise, return false. In …

Notifications You must be signed in to change notification settings

Eliseo76/truthy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

Intermediate Algorithm Scripting: Everything Be TruePassed Check if the predicate (second argument) is truthy on all elements of a collection (first argument). In other words, you are given an array collection of objects. The predicate pre will be an object property and you need to return true if its value is truthy. Otherwise, return false. In …

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published