Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

面试题贡献区 #39

Open
wangyuan0108 opened this issue Oct 19, 2021 · 8 comments
Open

面试题贡献区 #39

wangyuan0108 opened this issue Oct 19, 2021 · 8 comments

Comments

@wangyuan0108
Copy link

请说下项目中遇到的难点或者印象深刻的地方

@Akiq2016 Akiq2016 pinned this issue Oct 19, 2021
@wangyuan0108
Copy link
Author

你了解webpack吗?简单说下吧

@Akiq2016 Akiq2016 changed the title 面试题 面试题贡献区 Oct 19, 2021
@wangyuan0108
Copy link
Author

vue和react的优缺点是什么

@wangyuan0108
Copy link
Author

你做过项目管理或者带过团队吗?

@wangyuan0108
Copy link
Author

如果要实现一个前端错误监控有什么思路或方案

@xjq7
Copy link

xjq7 commented Oct 20, 2021

编程题-字节

// 测试用例
// 输入
const a={foo:{bar:0},arr:[1,3,{a:{b:1}}]}
const b={foo:{bar:1},arr:[1,2,{b:{a:1}}]}
// 输出,新对象不影响源对象
{foo:{bar:1},arr:[1,2,{a:{b:1},b:{a:1}}]}

function merge(a,b){}

@xjq7
Copy link

xjq7 commented Oct 20, 2021

编程题-明源云

// 实现LazyMan
LazyMan('jack').sleep(3000).eat('篮球').eat('rap').eat('唱、跳')
// hi,I'm jack
// 阻塞3s
// 篮球
// rap
// 唱、跳

LazyMan('x1').eat('高').sleep(5000).eat('富').eat('帅')
// hi,I'm x1
// 高
// 阻塞5s
// 富
// 帅

LazyMan('lurenjia').sleepFirst(3000).eat('吹').eat('牛')
// 阻塞3s
// hi,I'm lurenjia
// 吹
// 牛

@Jsmond2016
Copy link

编程题-明源云

// 实现LazyMan
LazyMan('jack').sleep(3000).eat('篮球').eat('rap').eat('唱、跳')
// hi,I'm jack
// 阻塞3s
// 篮球
// rap
// 唱、跳

LazyMan('x1').eat('高').sleep(5000).eat('富').eat('帅')
// hi,I'm x1
// 高
// 阻塞5s
// 富
// 帅

LazyMan('lurenjia').sleepFirst(3000).eat('吹').eat('牛')
// 阻塞3s
// hi,I'm lurenjia
// 吹
// 牛

相关题目和答案 https://blog.csdn.net/qq_39261142/article/details/110425286

@1314mxc
Copy link

1314mxc commented Mar 12, 2023

vue面试题:说说对双向数据绑定的理解?
考点:1. v-model 2. 双向数据绑定和响应式的区别

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants