Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am devzdev on github.
  • I am devzdev (https://keybase.io/devzdev) on keybase.
  • I have a public key ASAsKkmC5A5EV9NPxmtfP0wOjc9oJ7Af0AnAfM--EHVaIAo

To claim this, I am signing this object:

[
{ default: 20 },
{ everyday: 15 },
{ work: 25 },
{ summerFridays: 30 }
]
var Helper = {
exceptions: {
UNABLE_TO_MAKE_HOLD: "Unable to make hold"
},
uxCopy: {
UNABLE_TO_MAKE_HOLD: "We can not make your hold at this time. Do Something."
},
renderCopyForException: function(exception) {
var exceptionKey = _.findKey(Helper.exceptions, function(e){
return e === exception;
<html>
<head>
<title>The title of my document is Hello</title>
</head>
<body>
<header>Header Section - My first page!</header>
<main>
<p>
Hello friend! This is the main content section of my page.
<p>