Slashdot Mirror


User: kanarie

kanarie's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Javascript on Favorite Programming Language Features? · · Score: 1
    I love the 'eval' function in Javascript and the short 'if, then, else' statements.
    doc = (document.all)?document.all:document;
    eval(doc+". myForm.myName='John';");