luizlopes


Member since 05/16/2008

Name: Luiz Lopes

luizlopes

Location: Orlando, FL

Website: http://wickeddeveloper.com

Born helpless, nude and unable to provide for myself, I am working into overcoming these handicaps.

6 snippets

4015 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

luizlopes's Recent SnippetsTagged javascript



« Prev 1 Next »
When you use the `+` operator on an Array, it converts it to a string.` [].toString()` is the same as `[].join(',')`, which gives an empty string in case the array value is `undefined` or `null`. This also works in Javascript `([undefined] + "b" ===...
0 442 posted 12 years ago by luizlopes
an operator that implements true prototypal Object inheritance in JavaScript
0 573 posted 12 years ago by luizlopes
JSLint requires the body of every `for in` statement should be wrapped in an `if` statement
0 676 posted 12 years ago by luizlopes
I took this out of an example in tutsplus, and I added a fadeIn action for aesthetic reasons.
0 861 posted 12 years ago by luizlopes
$('.fadein').slideShow(300);
1 581 posted 14 years ago by luizlopes
« Prev 1 Next »