-
Notifications
You must be signed in to change notification settings - Fork 176
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
Comments
你了解webpack吗?简单说下吧 |
vue和react的优缺点是什么 |
你做过项目管理或者带过团队吗? |
如果要实现一个前端错误监控有什么思路或方案 |
编程题-字节 // 测试用例
// 输入
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){} |
编程题-明源云 // 实现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 |
Akiq2016
pushed a commit
that referenced
this issue
Nov 14, 2021
vue面试题:说说对双向数据绑定的理解? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请说下项目中遇到的难点或者印象深刻的地方
The text was updated successfully, but these errors were encountered: