Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html>
<head>
  <script type="module">
    import { PolymerElement } from 'https://cdn.skypack.dev/@polymer/polymer';
    import { PolymerElement as AnotherPolymerElement } from 'https://cdn.skypack.dev/@polymer/polymer/polymer-element';
    console.log(PolymerElement, AnotherPolymerElement);
  </script>
</head>
<body>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers