<p dir="ltr">This seems pedantic and off topic. Perhaps this conversation can move off list?</p>
<p dir="ltr">Thanks,<br>
--a</p>
<p dir="ltr">Typed with thumbs. Please excuse brevity, typographical errors, and derisive remarks.</p>
<div class="gmail_quote">On Jun 29, 2013 3:37 PM, "Garrett Smith" <<a href="mailto:dhtmlkitchen@gmail.com">dhtmlkitchen@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 6/29/13, Jeffrey Carl Faden <<a href="mailto:jeffreyatw@gmail.com">jeffreyatw@gmail.com</a>> wrote:<br>
> On Monday we'll continue discussing JavaScript basics: arrays, objects,<br>
> creating functions, and scopes.<br>
><br>
Hi Jeffrey -<br>
<br>
I got to sit in a few in last class. Here's my feedback for you and the class:-<br>
<br>
Regarding: "javascript is case sensitive, unlike CSS and HTML which<br>
are case insensitive". HTML and CSS are case insensitive.<br>
<br>
However, selectors for attribute values, class, and ID are<br>
case-sensitive in CSS and in HTML (denoted as [CS] in HTML 4.01).<br>
<br>
It is also worth mentioning that code executed in the console is not<br>
the same as code executed in global scope. Console scope isn't<br>
global.]<br>
<br>
Console:<br>
| var u = 10;<br>
| window.u<br>
Result:<br>
undefined, where there is no window.u property defined for that document.<br>
--<br>
Garrett<br>
Twitter: @xkit<br>
<a href="http://personx.tumblr.com" target="_blank">personx.tumblr.com</a><br>
_______________________________________________<br>
WebDev mailing list<br>
<a href="mailto:WebDev@lists.noisebridge.net">WebDev@lists.noisebridge.net</a><br>
<a href="https://www.noisebridge.net/mailman/listinfo/webdev" target="_blank">https://www.noisebridge.net/mailman/listinfo/webdev</a><br>
</blockquote></div>