Skip to content

Instantly share code, notes, and snippets.

View james-priest's full-sized avatar
🎯
Building TS React Charting and Mapping applications

James Priest james-priest

🎯
Building TS React Charting and Mapping applications
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
/////////////////////////////////////////////////////////
@james-priest
james-priest / index.html
Created August 1, 2017 15:09
object literal 2 object literal 2 // source http://jsbin.com/divafuw
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="object literal 2">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>object literal 2</title>
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="js-array-methods-test1">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
hello from html &amp; js-array-methods-test1
@james-priest
james-priest / GitHub-Fork.md
Last active July 9, 2024 14:58
GitHub Fork & Pull Request Workflow

Fork & Pull Request Workflow

Also know as Fork-and-Branch Workflow

Uses three repos:

  • Original repository (remote) - An open source repo on GitHub
  • Forked repository (remote) - my forked copy of the open source repo on Github
  • Cloned (local) repository (from Forked) - my local copy of my forked repo