Skip to content

Instantly share code, notes, and snippets.

@cihat
Created November 15, 2020 20:27
Show Gist options
  • Save cihat/acab33eeff3b34b360f71d3fe7188a02 to your computer and use it in GitHub Desktop.
Save cihat/acab33eeff3b34b360f71d3fe7188a02 to your computer and use it in GitHub Desktop.
const items = new Array();
const now = new Date();
const error = new Error("Something bad happened.");
const func = new Function("console.log('Hi');");
const object = new Object();
const re = new RegExp("\\d+");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment