Convertir Nuber en chaîne React JS
var foo = 45;
var bar = '' + foo;
Outstanding Osprey
var foo = 45;
var bar = '' + foo;