Skip to content

Instantly share code, notes, and snippets.

View Hlight's full-sized avatar

Aaron Ostrowsky Hlight

View GitHub Profile
@Hlight
Hlight / jsbin.qufibad.js
Last active January 2, 2019 15:26
This in New Objects (JS Bin// source https://jsbin.com/qufibad)
// https://app.pluralsight.com/player?course=javascript-best-practices&author=jonathan-mills&name=javascript-best-practices-m3&clip=9&mode=live
'use strict';
var obj = function() {
var _this = this;
console.log(this);
this.hello = 'hello';
@Hlight
Hlight / index.html
Created April 27, 2016 20:12 — forked from anonymous/index.html
Breadcrumb Arrows (JS Bin// source http://jsbin.com/yomocov)
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-1.11.3.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.breadcrumbs {
font-family: sans-serif;
@Hlight
Hlight / index.html
Last active August 29, 2015 14:21
When All Images Loaded - JS Bin// source http://jsbin.com/nirodepiwo
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<table border="0" width="573" cellspacing="0" cellpadding="0" align="center">
<tbody>