Iteratively Perfecting
A Software Developer's notes along the way
Static Pages
(Move to ...)
Posts
SQL Server links
C# Links
HTML5 Links
▼
Friday, August 10, 2007
JavaScript Hash
var animalColors = {'ape':'black', 'pig':'pink', 'frog':'green'}
alert(animalColors['ape'])
alert(animalColors.ape)
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment