Skip to content

godfrzero/freezing-ninja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

FreezingNinja.JS

FN is a utility-belt library. FN makes your code readable by allowing you to structure complex operations in english. For example, to find the objects in an array with a property awesomeProperty: true, you just need this:

FN.objectInArray( arrayName ).containingProperty( propertyName ).withValue( propertyValue )

Since FN relies heavily on chanining methods, the entire library can be represented as a graph:

[ Uh, add the visual representation of the FNJS here ]

About

Another toolbelt library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published