yam's notebooks

  • Untitled - /yam/test
    Last edited 10 months ago
    let arr = ['🍓','🌽','🥑']; arr.push('🍗'); console.log(arr);