Skip to content

Instantly share code, notes, and snippets.

View halilxibrahim's full-sized avatar
🚀
Working from space

Halil İbrahim halilxibrahim

🚀
Working from space
View GitHub Profile
@halilxibrahim
halilxibrahim / frontendDevlopmentBookmarks.md
Created April 11, 2023 10:21 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.
let myVar = "hello";
// myVar kullanıldıktan sonra artık null olarak atanır.
myVar = null;