High Definition Standard Definition Theater
Video id : OPRhJ-nBJ6w
ImmersiveAmbientModecolor: #c0c2c3 (color 2)
Video Format : (720p) openh264 ( https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz
Audio Format: 140 ( High )
PokeEncryptID: a129b7b5f64f316d92b99b8f4b92d1cf664ff828f90e65de342fd329490f93bccf04a77b4c29f8b5a9427470e63544e8
Proxy : eu-proxy.poketube.fun - refresh the page to change the proxy location
Date : 1739233960699 - unknown on Apple WebKit
Mystery text : T1BSaEotbkJKNncgaSAgbG92ICB1IGV1LXByb3h5LnBva2V0dWJlLmZ1bg==
143 : true
JavaScript Interview Question: Persistent Bugger Problem #javascriptinterview #javascript #ja
 60 FPS video
2,676 Views • Oct 13, 2024 • Click to toggle off description
Is video mein hum ek interesting coding problem ko solve karenge - 'Persistent Bugger'. Hum step-by-step approach se problem ko samjhenge, uska solution develop karenge, aur code ko optimize karne ke tarike bhi discuss karenge. Agar aap coding interviews ki taiyari kar rahe hain ya apne problem-solving skills improve karna chahte hain, toh ye video zaroor dekhiye! This video is in hindi

#javascript #javascripttutorial #javascriptinterview
Metadata And Engagement

Views : 2,676
Genre: Education
License: Standard YouTube License
Uploaded At Oct 13, 2024 ^^


warning: returnyoutubedislikes may not be accurate, this is just an estiment ehe :3
Rating : 4.927 (7/376 LTDR)

98.17% of the users lieked the video!!
1.83% of the users dislieked the video!!
User score: 97.25- Overwhelmingly Positive

RYD date created : 2024-10-17T13:58:54.220625Z
See in json
Connections
Nyo connections found on the description ;_; report an issue lol

3 Comments

Top Comments of this video!! :3

@atulshinde340

3 months ago

Result =Number %9||9

|

@rahulmule1272

3 months ago

function nom(a){
let count = 0
while(a >= 10){
let di = a % 10
let currentaNum = Math.floor(a / 10);
a = di * currentaNum
count++
}
return count
}
console.log(nom(39));
Solution not working I have try like this......

|

Go To Top