Skip to content

Instantly share code, notes, and snippets.

// There was a
function Planet() {
// called
this.name = 'Saturn'
// It weigh 95 Earths
this.mass = 5.6846e26
// and was 9.5 times as large
this.diameter = 60268
}