Skip to content

Instantly share code, notes, and snippets.

View AlexZurek's full-sized avatar

Alex Zurek AlexZurek

View GitHub Profile
@AlexZurek
AlexZurek / stateList.js
Created September 2, 2017 03:18
This is a sample file that I used in my blog post on the many ways to edit text.
export const stateList = [
{
name: "Alabama",
code: "AL"
},
{
name: "Alaska",
code: "AK"
},