• Blog
  • About
en
March 28, 2020•Andrew Slesarenko

Javascript Hints - #3 Closure and memory leakage

Hello there! A bring some memory leaks in your home. Don't blame me for it. function execute = function(name) { var test_object = createSomeBigObject(); return function() { alert('Hello, ' + name); }...

JavascriptJSNodeJS
Read more
New

Latest posts

  • en
    Mar 28, 2020•Andrew Slesarenko

    Javascript Hints - #3 Closure and memory leakage

    Hello there! A bring some memory leaks in your home. Don't blame me for it. function execute = funct...

    JavascriptJS
    Read more
  • Sep 15, 2019•Andrew Slesarenko

    Writing tic tac toe game on C++ with WebAssembly.

    Test

    C++Javascript
    Read more
Privacy policy
Follow me onFacebookGitHubInstagram