JSFiddle - React, Tailwind, and code Playground

by Richard Ayotte

JavaScript

let i = 9

const o = {
	i get() {
  	return i 
  }
}

o.i