Off by one errors (Pitfall)

An error caused by missing the target value by one.

These kind of errors are caused by the following:

See also:Array index delimiter ([ ]), Array.slice(), do ... while( ... ), for( ... ) ..., Pitfalls, while( ... ) ...