[Noisebridge WebDev] [JavaScript Class] Homework & Next Class

Garrett Smith dhtmlkitchen at gmail.com
Wed Nov 13 18:16:57 UTC 2013


Hi All -

Next class, Friday, 7 PM.

We'll cover style changes using className, CSS inheritance, and event
bubbling. All very practical things that can be used right away.

I've had one homework posted to the list so far.

Don't forget about last week's homework. I've yet to see one answer on the
following question:

Write a function that sorts an array of strings case-insensitively.

var input = ["penguin", "Bear", "pelican", "ostrich"];
sortStringsCI(input); // ["Bear", "pelican", "penguin", "ostrich"];


https://noisebridge.net/wiki/JavaScript
/Notes/Array#Assignment_3_Write_a_function_that_sorts_an_array_of_strings_case-insensitively
.

Bring your answer to class. Ask on this list for help, or on JSMentors
group, too.
-- 
Garrett
@xkit
ChordCycles.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.noisebridge.net/pipermail/webdev/attachments/20131113/05d489d0/attachment-0002.html>


More information about the WebDev mailing list