Пікірлер
@its_cjng3807
@its_cjng3807 Күн бұрын
samj nhi aara kon interview le rha hain 🤣🤣
@anukeerthnw6033
@anukeerthnw6033 2 күн бұрын
May be a new course launch?🔥🔥
@Ravas1116
@Ravas1116 2 күн бұрын
🔥🔥🔥
@tejass-o9w
@tejass-o9w 2 күн бұрын
const myLocalStorage = { setItem : (key, value, expiresIn) => { localStorage.setItem(key, value); setTimeout(()=>{ localStorage.removeItem(key); }, expiresIn); }, getItem: (key) => localStorage.getItem(key), } myLocalStorage.setItem('foo', 'bar', 3000) console.log(myLocalStorage.getItem('foo')); setTimeout(()=>{ console.log(myLocalStorage.getItem('foo')) }, 3000)
@tejass-o9w
@tejass-o9w 2 күн бұрын
const myLocalStorage = { setItem : (key, value, expiresIn) => { localStorage.setItem(key, value); setTimeout(()=>{ localStorage.removeItem(key); }, expiresIn); }, getItem: (key) => localStorage.getItem(key), } myLocalStorage.setItem('foo', 'bar', 3000) console.log(myLocalStorage.getItem('foo')); setTimeout(()=>{ console.log(myLocalStorage.getItem('foo')) }, 3000)
@DeepakSankhyan
@DeepakSankhyan 2 күн бұрын
Its Going to be Interview preparation course for frontend Devs
@vishwas55
@vishwas55 2 күн бұрын
Why not improve current existing namaste system design course instead of buying new one???
@ayushbansal6953
@ayushbansal6953 2 күн бұрын
Is it a new course? A mentorship program? Or maybe something even bigger 🤔🤔? Can't wait!
@artofcoding2010
@artofcoding2010 2 күн бұрын
New courses 🤔??
@lennonfernandes1696
@lennonfernandes1696 4 күн бұрын
What concepts to learn to apply for these companies
@undisputedlegend7568
@undisputedlegend7568 4 күн бұрын
How can i attend this mock interview? Can anyone help me with this? I am so eager to attend this coding interviews.
@chandrasekharmandapalli9181
@chandrasekharmandapalli9181 7 күн бұрын
which site is best to refer for salary checking ( this will be very helpful to mantion salary range to HR )
@RAKSHIT-g2o
@RAKSHIT-g2o 11 күн бұрын
big fan of johny and chirag sir both are legend in their field
@akshayaj9342
@akshayaj9342 11 күн бұрын
Thanks!
@engineerchirag
@engineerchirag Күн бұрын
Thanks. It means a lot ❤️
@diwyanshukanthwal8669
@diwyanshukanthwal8669 11 күн бұрын
Hi I am a frontend dev currently. What skills would make a senior dev I am also thinking to become full stack
@badamadevi9497
@badamadevi9497 12 күн бұрын
Basically......
@DeepakKumar-mn7sp
@DeepakKumar-mn7sp 12 күн бұрын
starts at 3:54
@HarishMusic
@HarishMusic 13 күн бұрын
Yrr knowledge h but av tk kuchh nhi mila
@Piyush-xv1bb
@Piyush-xv1bb 17 күн бұрын
i will reject mitesh
@archanoidtalks9393
@archanoidtalks9393 20 күн бұрын
can we do dsa in cpp for frontend rounds ?
@archanoidtalks9393
@archanoidtalks9393 20 күн бұрын
can we do dsa in language other than JS such as Cpp ?
@surajjha4501
@surajjha4501 20 күн бұрын
I have entolled for the courses. But what actually shown and what actually content is complete different. Resources are very less.
@engineerchirag
@engineerchirag 20 күн бұрын
Which course have you enrolled into?
@alphagaming9212
@alphagaming9212 20 күн бұрын
Why do Indians think everyone is Indian.. 😡 my reaction opening an interesting video and then speaking what I don't use
@udaykulkarni5639
@udaykulkarni5639 22 күн бұрын
What was the dude even trying to do???
@udaykulkarni5639
@udaykulkarni5639 24 күн бұрын
I love how this guy is so patient.. i just couldnt take the way she was coding and testing stuff left and right.. i started skipping in first 10 mins itself. Kudos to you dude..
@udaykulkarni5639
@udaykulkarni5639 24 күн бұрын
This dude KNOWS how to interview 🙌🏼 i would love this dude to interview me.. wouldnt feel bad even if i get rejected.. good job man.
@souravsinghnegi775
@souravsinghnegi775 24 күн бұрын
6:00
@SumitKumar-no3nt
@SumitKumar-no3nt 25 күн бұрын
intelligent girl , ese kehte hain knowledge
@SumitKumar-no3nt
@SumitKumar-no3nt 25 күн бұрын
ese kehte interview questions great
@SumitKumar-no3nt
@SumitKumar-no3nt 25 күн бұрын
ya to ye ladki nervous h ya kuch aata he nhi, yrrr 2 year experience kya kr rhi h madam pachho jese coding, I think she is 4 days experience html css he nhi aata
@godessGOAT
@godessGOAT 27 күн бұрын
from where can i get more questions like this to practice?
@Bifimax
@Bifimax 28 күн бұрын
It would be better if you all focused on discussing solutions instead of just highlighting the issues that everyone already knows.
@mehulsatardekar8985
@mehulsatardekar8985 Ай бұрын
my solution const obj = { A: (a, b, c) => a + b + c, B: (a, b, c) => a - b - c, C: (a, b, c) => a * b * c, D: { E: (a, b, c) => a + b + c, }, }; const compute = (a, b, c) => { const process = (inputObj) => { const emptyObj = {}; for ([key, value] of Object.entries(inputObj)) { if (typeof value === "object") { // process() emptyObj[key] = process(value); //process(obj[key](a,b,c)) } else if (typeof value === "function") { emptyObj[key] = value(a, b, c); } } return emptyObj }; return process(obj); }; console.log(compute(1, 1, 1));
@subratasaha0903
@subratasaha0903 Ай бұрын
great video Chirag Sir. Please create more videos on JavaScript. Please make a video on Clouser.
@satya4866
@satya4866 Ай бұрын
This is good.
@InfoPanel7902
@InfoPanel7902 Ай бұрын
Mai to difference janne hi aaya tha, not this
@DeepikaYadav-i4g
@DeepikaYadav-i4g Ай бұрын
Sir could you give all these question in a pdf file or somewhere so that anyone can practice these
@prakashpotlapadu2493
@prakashpotlapadu2493 Ай бұрын
I was asked dynamic programming question in paypal FE engineer interview 😒. You also need to have luck along with hard work
@gullyprogrammer
@gullyprogrammer Ай бұрын
Pro tip: Watch at 1.5x
@_CMSK_
@_CMSK_ Ай бұрын
Short and sweet answer ❤
@kunalmewara.
@kunalmewara. Ай бұрын
It can be done it this way, if I am not wrong @engineerchirag function compute() { let amount = 0; this.croce = function(num) { let total = num * 10000000; amount += total; return this } this.lakhs = function(num) { let total = num * 100000; amount += total; return this; } this.thousand = function(num) { let total = num * 1000; amount += total; return this; } this.value = function() { return amount; } return this; } console.log(compute().lakhs(15).croce(5).croce(2).lakhs(20).thousand(15).croce(7).value());
@MrK-nb7xr
@MrK-nb7xr Ай бұрын
13:01 is non other then flipkart, I work as a contract employee, I have seen this their
@jaihindkushwaha6916
@jaihindkushwaha6916 Ай бұрын
mind blowing
@ashishjha2065
@ashishjha2065 Ай бұрын
Sir any prerequisite required for this playlist, please reply
@nestorochoa
@nestorochoa Ай бұрын
Great video! but what's Pushpa?
@mirijanyavo6532
@mirijanyavo6532 Ай бұрын
Kinda trivial question: const compute = (object, ...args) => Object.entries(object).reduce((r, [k, v]) => ((r[k] = typeof v === "function" ? v(...args) : compute(v, ...args)), r), {}); or: const compute = (object, ...args) => Object.fromEntries(Object.entries(object).map(([k, v]) => [k, typeof v === "function" ? v(...args) : compute(v, ...args)])); Array reduce similar to JS: const reduce = (...args) => arr => { const reducer = args[0]; if (typeof reducer !== "function") throw new TypeError(`${typeof reducer} is not a function`); if (!arr.length && args.length < 2) throw new TypeError("Reduce of empty array with no initial value"); let accumulated = args.length < 2 ? arr[0] : args[1]; const startIndex = args.length < 2 ? 1 : 0; for (let i = startIndex; i < arr.length; i++) { accumulated = reducer(accumulated, arr[i], i, arr); } return accumulated; }; const add = (a, b) => a + b; // multiple elements + no initial console.log([1, 2, 3, 4].reduce(add)); // 10 console.log(reduce(add)([1, 2, 3, 4])); // 10 // multiple elements + initial console.log([1, 2, 3, 4].reduce(add, 5)); // 15 console.log(reduce(add, 5)([1, 2, 3, 4])); // 15 // 1 element + initial console.log([1].reduce(add, 2)); // 3 console.log(reduce(add, 2)([1])); // 3 // 0 elements + initial console.log([].reduce(add, 0)); // 0 console.log(reduce(add, 0)([])); // 0 // 1 element + no initial console.log([1].reduce(add)); // 1 console.log(reduce(add)([1])); // 1 // no elements + `undefined` passed in as literal console.log([].reduce(add, undefined)); // undefined console.log(reduce(add, undefined)([])); // undefined // no elements + no initial // console.log([].reduce(add)); // TypeError "Reduce of empty array with no initial value" // console.log(reduce(add)([])); // TypeError // Reducer not function // console.log([].reduce({}, 5)); // TypeError "object is not a function" // console.log(reduce({}, 5)([])); // TypeError
@tanishqsinghai3284
@tanishqsinghai3284 Ай бұрын
how did you removed css to get skeleton structure?
@RajeshSinghaMahapatra-f2y
@RajeshSinghaMahapatra-f2y Ай бұрын
import { Dispatch, SetStateAction, useEffect, useRef, useState } from "react"; import "./styles.css"; let id = 0; export default function App() { const [toasts, setToasts] = useState<number[]>([]); const addToast = () => { setToasts((prev) => [...prev, id]); id++; }; const onToastRemove = (id: number) => { setToasts((prev) => prev.filter((toastId) => toastId !== id)); }; return ( <div className="App"> {toasts.map((id, index) => ( <Toast key={id} id={id} index={index} onToastRemove={onToastRemove} /> ))} <button onClick={addToast}>Click Me</button> </div> ); } // TOAST COMPONENT function Toast({ onToastRemove, id, index, }: { id: number; index: number; onToastRemove: (id: number) => void; }) { const timerRef: any = useRef(null); const [timer, setTimer] = useState(5 * (index + 1)); useEffect(() => { if (timerRef.current === null) { timerRef.current = setInterval(() => { setTimer((prev) => prev - 1); }, 1000); } return () => { if (timerRef.current) { clearInterval(timerRef.current); } }; }, []); useEffect(() => { if (timer <= 0) { if (timerRef.current) { clearInterval(timerRef.current); timerRef.current = null; } onToastRemove(id); } }, [timer, id, onToastRemove]); const onClose = () => { if (timerRef.current) { clearInterval(timerRef.current); timerRef.current = null; } onToastRemove(id); }; return ( <div style={{ position: "fixed", height: "20px", width: "100px", backgroundColor: "red", padding: "20px", borderRadius: "10px", right: 10, display: "flex", gap: "10px", top: index * 50, }} > Toast {index} Timer {timer} <button onClick={onClose}>X</button> </div> ); }
@akashddeepchitransh4537
@akashddeepchitransh4537 Ай бұрын
Great Podcast! Amazing guest.
@Bakwasteacher
@Bakwasteacher Ай бұрын
Samjh to kuch nhi aya... Mgr jo bhi bole accha bole...😅😅😅