CS Majors Solve Coding Problems #programming #coding #computerscience

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Coding is like reading a book. You understand the story, you don’t remember the exact words.

beeeeeej
Автор

these types of videos increase my confidence.

arslanabid
Автор

If a code runs don't disturb it 😂😂😂

shrikantdamale
Автор

Just because they don’t know JavaScript syntax doesn’t mean you’re a better programmer than them 😂

harisbashir
Автор

The fact that after they saw the error they immediately knew shows that they knew but didn't have enough info to fix. Smart enough to know where to find the answer smart enough to understand what the error meant to fix it... that's problem solving skills and that's really what a good programmer has

Stumblingthroughlife
Автор

I normally apply for tech jobs thinking the industry is already flooded then I see videos like this and I'm like...I've got a shot at this

KestoneDennis
Автор

const add = (x, y) => (x+y);

console.log(add(14, 16));

hemant
Автор

Go easy on them. I bet once they're in the zone anything is possible.

I need to write things down and break it. Everyone is different.

Billco
Автор

This is not testing any coding knowledge but just a language's syntax, a better question would be from fundamentals of cs like find a bug in linked list or array implementation or find the time complexity !!

mdiqbal
Автор

Your explanations are so concise and easy to follow😀. Thank you for making this video!

MyCodingDiary
Автор

When u are working goo much on other stuff u tend to forget the basic syntax of previously learned language or framework but u know what it does and how it works that's what u must not forget

bipultamang
Автор

The fact that this is the bar for “coding problems” really makes me optimistic for the future cause apparently I’ll be ahead of curve just for remembering simple syntax

siamesestormtrooper
Автор

I always have to google most of the syntax cause i have to switch between 3-4 programming languages for my work and it gets confusing over time.

kuldipmaharjan
Автор

const sum = (a, b) => { return a + b } ;
console.log (sum(14, 15));

_yongace
Автор

I think its impressive they fingured it out in the end.

SigmaShigiwasa
Автор

I got confused when he said "Arrow function" instead of Lambda lmao.
Would "() => { return 40 }" still count tho 🤔

ndricimhalili
Автор

Them: "it worked"
Them: "i don't know why, but i ain't finding out"

Bro_Bubby
Автор

Rule : if it works don't touch it😂

TonyStark-bgjo
Автор

the "oh, that works" is so real

eointuohy
Автор

Thank you for increasing my confidence..

MadKingMaverick