Code Monkey home page Code Monkey logo

Comments (8)

wangyuan0108 avatar wangyuan0108 commented on September 28, 2024 1

vue和react的优缺点是什么

from awesome-interview.

wangyuan0108 avatar wangyuan0108 commented on September 28, 2024 1

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

from awesome-interview.

xjq7 avatar xjq7 commented on September 28, 2024 1

编程题-明源云

// 实现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
// 吹
// 牛

from awesome-interview.

wangyuan0108 avatar wangyuan0108 commented on September 28, 2024

你了解webpack吗?简单说下吧

from awesome-interview.

wangyuan0108 avatar wangyuan0108 commented on September 28, 2024

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

from awesome-interview.

xjq7 avatar xjq7 commented on September 28, 2024

编程题-字节

// 测试用例
// 输入
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){}

from awesome-interview.

Jsmond2016 avatar Jsmond2016 commented on September 28, 2024

编程题-明源云

// 实现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

from awesome-interview.

1314mxc avatar 1314mxc commented on September 28, 2024

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

from awesome-interview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.