In react, the number zero will be rendered directly, rather than taken as false or null. `let items = ['one', 'two', 'three']; document.body.innerHTML = ( Hi! Here is a list of {items.length} items: { items.map( item => ( { 1 } )) } ); `