Skip to content

Instantly share code, notes, and snippets.

View argf013's full-sized avatar
🎯
Focusing

Muhamad Arfa argf013

🎯
Focusing
View GitHub Profile
if (window.location.origin !== "https://www.instagram.com") {
window.alert(
"Hey! You need to be on the instagram site before you run the code. I'm taking you there now but you're going to have to run the code into the console again.",
);
window.location.href = "https://www.instagram.com";
console.clear();
}
const fetchOptions = {
credentials: "include",
@freyandhy
freyandhy / FE-Material.md
Last active January 2, 2023 19:58
Referensi Materi - FE Class

Binar Academy

FE Material Class

Ini adalah daftar materi tentang Frontend untuk menunjang belajar kalian.

Pastikan kalian pelajari terlebih dahulu sebelum masuk kelas, agar mempermudah aktifitas belajar kita.

Selamat belajar!