Dart Crash Course #6 - Control Flow

preview_player
Показать описание
In this Dart crash course, you'll learn how to code in Dart from the ground up, in prep for making applications with Flutter (which uses Dart).

🚀🥷🏼 Get early access to this entire course now on Net Ninja Pro:

💻🥷🏼 TypeScript Masterclass:

💻🥷🏼 TypeScript Crash Course:

💻🥷🏼 Modern JavaScript Course:

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

Any plans for an updated course on Svelte?

Something that includes both Svelte 5 and SvelteKit 2...

hikaru-hokkyokusei
Автор

when you used 'where method' how did dart knows that s refers to scores ?

mohmmednini
Автор

For the filtering logic where you showed `int score in scores.where((s) => s < 50)`, is there a reason you didn't use the "score" variable/iterator inside the for loop? Why just use "s"? Does the iterator "score" cause issues if used in the filtering method as well?

tootyrnt
Автор

You told dart that the list is called "Scores", but not what the values are called. Then you referred to the individual values inside as "score". Does dart understand plurals or does it infer from you stating "int score" that each one of the values must be a "score" ?

joshuarozenboom
Автор

Can we get trpc, authjs v5 or prisma course?

googoochu
Автор

=== happens when you write JS too much :D :D

NaimulIslamArif
Автор

i’m looking forward to some Dart specific things….. so far it could have been almost any language… and the prerequisite was that one knows the basics of programming…

steen_rabol
Автор

This course is terrible. Why did you do it like the audience would be viewing this having never programed hello world in any other language ever? It's painful..

DuncanC