JSFiddle - React, Tailwind, and code Playground

by karim79

JavaScript

var doc = {};      
doc.status_code = typeof httpResponse !== 'undefined' ? httpResponse.statusCode : '';
alert(doc.status_code.length)