Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am anotherjung on github.
  • I am jungno (https://keybase.io/jungno) on keybase.
  • I have a public key ASAOmgE8yH7Rg-nv5T-M3ijvfeGBbb5dQ4CRpWnAvZnCGQo

To claim this, I am signing this object:

@anotherjung
anotherjung / index.html
Created May 29, 2015 21:54
Basic Algorithms // source http://jsbin.com/juqoti
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Basic Algorithms</title>
</head>
<body>
<script id="jsbin-javascript">
//#1 (Print 1-255) Write a program that would print all the numbers from 1 to 255.
@anotherjung
anotherjung / index.html
Created May 29, 2015 19:40
Basic Algorithms // source http://jsbin.com/juqoti
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Basic Algorithms</title>
</head>
<body>
<script id="jsbin-javascript">
//(Odd Numbers) Write a program that would print all the odd numbers from 1 to 1000
@anotherjung
anotherjung / index.html
Created May 29, 2015 19:39
Basic Algorithms #1(Print 1-255) Write a program that would print all the numbers from 1 to 255.// source http://jsbin.com/filuye
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="(Print 1-255) Write a program that would print all the numbers from 1 to 255.">
<meta charset="utf-8">
<title>Basic Algorithms #1</title>
</head>
<body>
<script id="jsbin-javascript">
@anotherjung
anotherjung / index.html
Created May 28, 2015 23:39
Basic Algorithms #1 (Print 1-255) Write a program that would print all the numbers from 1 to 255. // source http://jsbin.com/filuye
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="(Print 1-255) Write a program that would print all the numbers from 1 to 255.">
<meta charset="utf-8">
<title>Basic Algorithms #1</title>
</head>
<body>
<script id="jsbin-javascript">
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
for (var i=0; i<256; i++)