代码拉取完成,页面将自动刷新
import {boops} from './test2.js'
boops();
const gg = 9;
function foo (t) {
var a = 55;
var b = 33;
var c = {
d: true,
e: 'hello',
f: 34.55,
};
var arr2 = new Uint8Array(10000);
var arr = [];
for (var i = 0; i < 10000; i++) {
arr.push(i);
arr2[i] = i;
}
function noob() {
console.log('f;asdsad`')
console.log(a);
console.log(t);
console.log('supsups')
console.log('ubgasdsad')
}
noob();
}
function bar() {
foo(3);
console.log('asdsad');
console.log('about to throw!');
try {
throw new Error('whoops');
}
catch (e) {
console.log('caught a whoops');
}
}
class Blub {
constructor() {
this.peeps = 3;
}
jib() {
console.log(this);
bar();
}
}
var blub = new Blub();
blub.jib();
// note that a breakpoint here will not work, tail call breakpoints fail?
blub.jib();
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。