Rezultati pretraživanja
  1. prije 9 sati
  2. prije 18 sati

    #29 interview question: let person1 = { name: "Rocko" }; let person2 = { name: "Rover" }; Object.freeze(person1); = "Lara"; person2 = person1; console.log(person1); console.log(person2);

  3. 2. velj

    #28 interview question: What is event bubbling?🗨️ Is "false" false?🐻 Is " " false?🐻 How do you increase page load times?💻

  4. 2. velj

    Sonveer a daily wage labourer’s daughter finished her first draft of “Let us Learn ” a guide written in Hinglish (Hindi + English). She’ll now be teaching some other girls in the village

  5. 1. velj

    💻Learning any skill is a marathon not a sprint. This doesn’t mean you have to be a master/Jedi before you can start making money 💵

  6. 1. velj

    #27 warm-up data structure interview question: Using in-built methods, implement a stack in and remove the last 2 elements

  7. 1. velj

    #26 interview question: console.log(null == undefined) // T or F? console.log(null === undefined)// T or F? console.log(typeof(null) === 'object')// T or F?

  8. 1. velj

    #25 structure interview question: let myQueue = []; myQueue.push('a'); myQueue.push('b'); myQueue.push('c'); Remove the first element in myQueue. 💎HINT: FIFO principle💎

  9. 31. sij

    #24 interview question: let arre= ["","A",9,"C++",false]; Empty the above array

  10. 30. sij

    #22 interview question: let x = null; Knowing that typeof(x) will return “object”. How do you check for a null value?

  11. 30. sij

    Become better at : ✅less distractions ⏲️ Try and code/learn at the same time everyday 🧠 follow through after breaks 🏆 small achievable projects ⭐️ contributor not competitor mentality

  12. 30. sij

    #21 interview question: console.log(false != '0') console.log(false !== '0')

  13. 29. sij
  14. 29. sij

    🔮 mindset: Ask for help when you need it. The goal should be to build something to completion. Goal is not to be a lone genius.

  15. 29. sij

    #20 interview question let num = 10; function sum( ) { let num = 100; document.getElementById('myP').innerHTML =(num+num); // 20 or 200? } sum( );

  16. 28. sij

    in : manage your expectations and milestones by tasks/exercises/projects completed rather than the time it takes to learn “x” topic

  17. 28. sij

    A system of learning will greatly reduce anxiety. This includes tools that you'll use, time at which you will learn/code, curriculum, projects & a concise end result that will be a yardstick for progress

  18. 28. sij

    #19 interview question: for (var i = 0; i < 10; i++) { setTimeout(function(){ console.log(i); //what is logged here? }, i * 1000 ); }

  19. 27. sij

    tip: don’t try to understand everything in depth at first. Just solve/do the immediate problem/exercise to start with

  20. 27. sij

    #18 interview question: What is the difference between a 🍬ReferenceError and undefined error 🍡

Čini se da učitavanje traje već neko vrijeme.

Twitter je možda preopterećen ili ima kratkotrajnih poteškoća u radu. Pokušajte ponovno ili potražite dodatne informacije u odjeljku Status Twittera.