Skip to content
View milabozhevskaya's full-sized avatar
:octocat:
Mr-r-r
:octocat:
Mr-r-r

Block or report milabozhevskaya

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. async code without callback hell async code without callback hell
    1
    const runRequest = (url) => (makeRequest) => makeRequest(url);
    2
    
                  
    3
    const requestWithCallback = (_runRequestWithBindURL) => (callback) => _runRequestWithBindURL(
    4
      (url) => {
    5
        fetch(url).then((date) => {date.json().then((data2) => callback(data2));});
  2. tree tree Public

    JavaScript 1 1