Penyimpanan sesi untuk memeriksa apakah nilai objek ada sudut objek otorisasi

if (localStorage.getItem("username") === null) {
  //...
}
Blue Bear