Skip to content

Instantly share code, notes, and snippets.

View Akkuma's full-sized avatar

Greg W Akkuma

View GitHub Profile
@Akkuma
Akkuma / comma-first-var.js
Created July 26, 2012 16:19 — forked from isaacs/comma-first-var.js
A better coding convention for lists and object literals in JavaScript
// See comments below.
// This code sample and justification brought to you by
// Isaac Z. Schlueter, aka isaacs
// standard style
var a = "ape",
b = "bat",
c = "cat",
d = "dog",
@Akkuma
Akkuma / JS.html
Created November 10, 2011 17:15 — forked from jwax/Javascript homework
<!DOCTYPE html>
<html>
<head>
<title>JavaScript Assignment 3: Jonathan Waxman</title>
</head>
<body>
<table border="1" width="100%" height="550">
<tr>
<th colspan="2" bgcolor="navy" style="color:white">
<h1>JW's Electronic Post - eCommerce</h1>