converter nuber em string react js
var foo = 45;
var bar = '' + foo;
Outstanding Osprey
var foo = 45;
var bar = '' + foo;