const knowlotainment = (arr: any['Love all, trust a few, do wrong to none.', ...]) => arr[Math.floor(Math.random() * arr.length)]formatting: <View><Text style={styles.description}>{description}</Text></View>
Typescript array random not printing on screen react-nativedescription: console.log(knowlotainment) shows nothing or undefined
thank you.