注册一亩三分地论坛,查看更多干货!
您需要 登录 才可以下载或查看附件。没有帐号?注册账号
x
面试是在一个他们自己的网站上面面的,然后就答题,写代码,问的东西挺多的,后面直接把这些拿去问国内工作五年的前辈,他说自己有一些也不会。
因为直接把问题放在网上了, 就直接粘贴过来了,给自己另外一个面试积积rp。和国内的面试还是有些些水土不服。概念要求答得太细了,自己也是真的菜鸡。
1. TypeScript .1point3acres
interface · type 有什么区别?
2. iframe
. 1point3acres.com
3. HTTP的缓存机制?
. check 1point3acres for more.
4. options预检请求?
. 1point3acres.com
5. domain.com // 配置?
// ip: xxxyyy. ----
// project
// -- index.html
// -- style.css
// -- index.js ..
// 目的 domain.com 访问到 index.html. check 1point3acres for more.
. .и
domain ip
// domain => ip dns // how to make dns know domains ip? domain cname / mx /
// server ? config: project/index.html become homepage?
//
// 6. 301 / 302
// 7. 二分查找?时间复杂度?O(log n)
// 8. setTimeout 倒计时为什么会出现误差?
// const delay = (ms) => new Promise((resolve) => setTimeout(resolve, ms)); ..
. 1point 3 acres
// createFlow([
// () => log("a"),
// () => log("b"),
// // [() => delay(1000).then(() => log("d")), () => log("e")],
// ]).run(() => {
// console.log("done");. .и
// });. From 1point 3acres bbs
// // 需要按照 a,b,done 的顺序打印
// // 需要实现
// function createFlow(){
// function run(cb){
// }
// }.--
// 实现(2).add(10) = 12
Number.prototype.add = function(number){
if(typeof number !== 'number'){
console.log('it is not a number')
}
return this + number
}.
.1point3acres
console.log((2).add(10)) // 12.--
app: 平安金管家
React (功能性比较强)/ React Native / RN web / Vue (活动页面)/ Mobx / Redux / taro. check 1point3acres for more.
.--
// React diff ? 原理?
. 1point 3acres
|