Skip to content

Instantly share code, notes, and snippets.

View antiperfectclub's full-sized avatar

Almighty Nerdgasm(K Nikita. K) antiperfectclub

View GitHub Profile
@antiperfectclub
antiperfectclub / index.html
Created September 4, 2017 03:25
JS Fundamental - FizzBuzz: JS Bin// source http://jsbin.com/qimiwec
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
@antiperfectclub
antiperfectclub / index.html
Last active September 4, 2017 03:07
JS Fundamental - Looping triangle : JS Bin// source http://jsbin.com/miheka
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>React</title>
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.1/normalize.css">
<script src="http://fb.me/react-with-addons-0.14.3.js"></script>
<script src="http://fb.me/react-dom-0.14.3.js"></script>
<style id="jsbin-css">
body {
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>React</title>
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.1/normalize.css">
<script src="http://fb.me/react-with-addons-0.14.3.js"></script>
<script src="http://fb.me/react-dom-0.14.3.js"></script>
<style id="jsbin-css">
body {