Skip to content

Instantly share code, notes, and snippets.

View dgloriaweb's full-sized avatar

Beatrix Gloria Ducz dgloriaweb

  • freelancer
View GitHub Profile
@dgloriaweb
dgloriaweb / js63.html
Last active July 23, 2018 09:10
Javascript Demo// source http://jsbin.com/murajar
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Javascript Demo - abstract class</title>
<link rel="stylesheet" type="text/css" href="css.css" />
<script type="text/javascript" src="jsC.js"></script>
</head>
<body>
@dgloriaweb
dgloriaweb / js64.html
Last active July 23, 2018 09:24
Javascript Demo - abstract class// source http://jsbin.com/murajar
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Javascript Demo - Polymorphism</title>
<link rel="stylesheet" type="text/css" href="css.css" />
<script type="text/javascript" src="jsC.js"></script>
</head>
<body>