Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <script src="//cdnjs.cloudflare.com/ajax/libs/polymer/0.1.3/platform.js"></script>
</head>
<body>
    <current-date></current-date>
    <script>
        document.registerElement('current-date', {
            prototype: {
                createdCallback: function() {
                    this.innerHTML = new Date();
                }
            }
        });
    </script>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers