JSFiddle - React, Tailwind, and code Playground

by Hannah McFarlane

HTML

<script src="https://getfirebug.com/firebug-lite-debug.js"></script>

JavaScript

//External Resource https://getfirebug.com/firebug-lite-debug.js

var address = "42 Wallaby Way"; 
var street = address.substring(3);
console.log(street);