Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
JavaScript syntax: Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 17:18, 27 June 2006
edit
81.183.121.127
(
talk
)
→
[[For loop]]
← Previous edit
Revision as of 00:37, 1 July 2006
edit
undo
38.118.198.194
(
talk
)
→
Conditional
Next edit →
Line 162:
</pre>
Java Script sucks
===Conditional===
<pre>
? : Ternary comparison operator
condition ? val1 : val2 (Evaluates val1 if condition is true; otherwise, evaluates val2)
</pre>
===Boolean===