Sephr


Member since 01/16/2009

Name: Elijah Grey

Website: http://eligrey.com/

3 snippets

1265 profile views

3 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

Sephr's Recent JavaScript Snippets



« Prev 1 Next »
ErrorConstructor produces error constructors that behave the same way as the seven native error constructors. Usage: `ErrorConstructor([constructorName])` *If no constructorName is specified, the default of `Error.prototype.name` is used* Us...
1 519 posted 14 years ago by Sephr
object.forEach ========= *Requires JavaScript 1.8* `void object.forEach(function callback(item, value)[, thisObject])`
0 528 posted 15 years ago by Sephr
Get Function Name ============ This will only return (a string) if the object passed to getFunctionName is a function or an "object" function from IE. The function does not rely on function.name if present as it can't always be trusted. Examp...
0 509 posted 15 years ago by Sephr
« Prev 1 Next »