Skip to content

Instantly share code, notes, and snippets.

@kevincolten
kevincolten / midterm.js
Created October 22, 2015 23:32 — forked from CLofton/midterm.js
This is the midterm for the JS Section 2 class.
//Front End Intermediate Section 2 Midterm
//Directions: Write your answers in the space provided after the word answer.
//1. What is a data type that can have only the values true or false? Provide an example.
//Answer:
//Intermediate Midterm
//Please fork this gist. Complete it, and remember to save often!
// 1. How do you make comments and why do you make them?
@kevincolten
kevincolten / my.cnf
Created December 17, 2017 07:08
MAMP max_allowed_packet
# This files lives at /MAMP/conf
[mysqld]
max_allowed_packet = 100M