Skip to content

Instantly share code, notes, and snippets.

// time and time end
console.time("This");
let total = 0;
for (let j = 0; j < 10000; j++) {
total += j
}
console.log("Result", total);
console.timeEnd("This");
// Memory
/**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
#import "RCTScrollView.h"
@ali-sao
ali-sao / cloudSettings
Last active August 3, 2017 13:10
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-08-03T13:10:28.083Z","extensionVersion":"v2.8.2"}