Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <script src="https://cdnjs.cloudflare.com/ajax/libs/redux/3.7.1/redux.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.6.1/react.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.6.1/react-dom.js"></script>
  <title>JS Bin</title>
</head>
<body>
  <div id="root"></div>
</body>
</html>
 
/* ul {
    list-style-type: none;
    margin: 0;
    padding 0;
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    width: 99%
    }
    ul.vertical {
    list=-style-type: none;
    margin: 0;
    padding: 0;
  overflow: auto;
  background-color: #333;
  width: 200px;
  position: fixed;
  }
    li.sidebar {
    text-align: center;
    border-bottom: 1px solid #555;
    }
    li:last-child {
  border-right: none;
  border-bottom: none;
    }
    li a{
  display: block;
  color: white;
  padding: 14px 16px
  text-align center;
  text-decoration: none;
  font-size: 20px;
  
    }
    li a:hover:not(.active) {
  background-color: #111;
    }
    .active {
      background-color: #4CAF50;
    } */
 
for (project of projects['projects']) {
  for (image of project[3]) {
    console.log('This is image: ' + image);
  }   
}
Output

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

Dismiss x
public
Bin info
DanRYoungpro
0viewers