SHARE
    TWEET
    Krenair

    Untitled

    Nov 20th, 2011
    231
    0
    Never
    Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
    1. function inArray(cells, str) {
    2. for (var cell in cells) {
    3. if (cell.toString() == str) {
    4. return true;
    5. }
    6. }
    7. return false;
    8. }
    9. function test() {
    10. return inArray(["a1", "a"], "a"); //always returns false
    11. }
    Advertisement
    Add Comment
    Please, Sign In to add comment
    Public Pastes
    We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
    Not a member of Pastebin yet?
    Sign Up, it unlocks many cool features!

    AltStyle によって変換されたページ (->オリジナル) /