<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>JavaScript on Brian P. Hogan</title><link>https://bphogan.com/categories/javascript/</link><description>Recent content in JavaScript on Brian P. Hogan</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 12 Nov 2016 08:27:55 +0000</lastBuildDate><atom:link href="https://bphogan.com/categories/javascript/index.xml" rel="self" type="application/rss+xml"/><item><title>Creating an In-Browser Database with JavaScript</title><link>https://bphogan.com/tutorials/js/creating-an-in-browser-database/</link><pubDate>Sat, 12 Nov 2016 08:27:55 +0000</pubDate><guid>https://bphogan.com/tutorials/js/creating-an-in-browser-database/</guid><description>As the applications you build get more complex, you&amp;rsquo;ll need to manage and save data.
An array is a list of things, and a Hash is a mapping of names and values. Using these together, we can create a simple, yet powerful data structure to hold a collection of records.
JavaScript refers to Hashes as "object literals". They are conceptually the same thing as hashes, maps, and dictionaries in other languages.</description></item></channel></rss>