JSFiddle - React, Tailwind, and code Playground

by John Allan

JavaScript

window.google = {};
window.google.maps = {};
window.google.maps.LatLng = function () { return true; }

var x = new window.google.maps.LatLng();

console.log(x)