Skip to content

Instantly share code, notes, and snippets.

View MykolaBova's full-sized avatar
🇺🇦
Focusing

Mykola Bova MykolaBova

🇺🇦
Focusing
View GitHub Profile
@mpj
mpj / example1.js
Last active January 14, 2019 16:03
Examples for video "Closures - Part 5 of Functional Programming in JavaScript" (http://youtu.be/CQqwU2Ixu-U)
var me = 'Bruce Wayne'
function greetMe() {
console.log('Hello, ' + me + '!')
}
greetMe() // Hello, Bruce Wayne!
@reagent
reagent / .gitignore
Last active November 8, 2023 08:53
Curses Windowing Example
demo
*.swp