Skip to content

Instantly share code, notes, and snippets.

View Hacking-NASSA-with-HTML's full-sized avatar
🚀
Dream big and work hard. You can get anything you wish for!

Vyacheslav Plekhanov Hacking-NASSA-with-HTML

🚀
Dream big and work hard. You can get anything you wish for!
View GitHub Profile
const wakeUpLazyAzz = async () => {
try {
const response = await fetch('https://render-back-end-nikky-pedia.onrender.com/')
// const body = await response.text()
// console.log(response.ok)
// console.log(response.status)
// console.log(body)
} catch (error) {
console.log(error)
}