free web page hit counter
πŸ›‘οΈ
Copyright Notice: This video is officially sourced and embedded from YouTube. For all copyright inquiries, reports, or removals, please contact YouTube's legal team here.
Jabrils

Jabrils

483,000 subscribers

⏱ πŸ‘ 150,049 views

What Are Data Types?

Video Overview & Insights

Data types are VERY essential to programming! Without understanding these, good luck! πŸ˜…

regarding data types, information iss tores in thiese,

β€” @Mia-p8y8m

Check out more lessons in this course: https://www.youtube.com/playlist?list=PL0nQ4vmdWaA3GLsZESEkBiIAEvnDEge8D

Art used in this video in part made by freepik.com, surang, Flat Icons, smashicons, Icongeek26, & mynamepong

theirs are sevral different variables we all know

β€” @Mia-p8y8m

SUBSCRIBE FOR MORE: http://sefdstuff.com/science

SUPPORT ON PATREON: https://www.patreon.com/Jabrils

variables are containers for the data values

β€” @Mia-p8y8m

Please follow me on social networks:

twitter: http://sefdstuff.com/twitter

It works 😊

β€” @HannahBasil-h8t

instagram: http://sefdstuff.com/insta

reddit: https://www.reddit.com/r/SEFDStuff/

In short: Data types are labels that define the kind of value a variable can hold

β€” @WijthaGayan

facebook: http://sefdstuff.com/faceb

REMEMBER TO ALWAYS FEED YOUR CURIOSITY

❀

β€” @brandnewsy9131

More User Perspectives

@

Lol

@brandnewsy9131
@

very good explanation

@bully1676
@

Thank you so much ❀

@amproductions9318
@

What data type would rooms in a house be considered? I'm working on a UML diagram for my OOP class on housing developments. My professor wants us to add data types for the different rooms (living room, garage, kitchen, etc.). Would they all be considered strings?

@heidihale7265
@

0:35 better call saul

@lenientbigcat2174
@

That was actually kind of interesting.
My complements on going through all the permutations of "11" + 1; "11" + "1"; "11" - 1, etc.
I think that would be very good food for thought for someone new to datatypes!

@josephgaviota
@

@3:07 Should be a '+' instead of a '-'!

@antelectronica
@

thanks

@mohammedshaikh8343
@

Thanks for the informationπŸ™‚

@sachinkabburkar3589
@

Good job

@tarangplus5276
@

Thank you! I’m on my way to watch every video you’ve uploaded on your channel lol.

@ShadaeBalancesKnightAstro
@

WoW 😲 interesting I know understand β™₯️β™₯️✨✨, thanks for teaching.

@quenzybabygirlworld2676
@

I have a cat within πŸ˜‚5 minutes en looking for a 3 minute tutorial lead me here πŸ˜‚

@hafsaabdi5454
@

Data Types may seem boring and straight forward but their manipulation is where programming really starts to shine.

Strings are really interesting pieces of data if you are getting into programming and can be used to both add and divide variables using delimiters. For Instance, you have a name input form that allows for a space. You can use that space as a delimiter and create firstName and lastName from a single variable. Ie, name = "John Smith" -> string[] names = name.split(' '); names.firstName = names[0]; names.lastName = names[1]; Or in reverse if you wanted smash names together you could do name = names[0] + " " + names[1];

@burtmacklin6443
@

damn im really on my way to become the next Michael reeves

@whateversethh3235
@

That's not George Bool, that's Saul Goodman.

@AngelTFC
@

Nice explanation. Thank you!

@rikon4931
@

thank you are great at this πŸ‘πŸΎ

@Cycleplayer117
@

It is wonderful ,thx a lot

@ghadamahmoud4122
@

Wow! Very Nice.

@triplentutoring
@

thanks this was great !!

@bigchungusofficial2912
@

You got yourself a subscriber 😁😁

@prernachhetri7649
@

Good explanation!

@40wattstudio41
@

Simple, clear and nice. LIKE IT.

@zai8822
@

@2:08 "Hold My Beer" - Javascript

@ldpenrose
@

🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌

@akhasdeo7486
@

finding out my favorite youtuber has a programming teaching course: best day ever

@ThatGuyDownInThe
@

How does this have like no viewsb

@tonpetty1882
@

Hello - 1 = Hellno. Math!

@joebot001
@

My python script in visual studio code isn’t doing print(doit) for some reason. Am i missing something?

@ryan17654
@

solid videos, quick thought (other than the edit needed at 3:07), it might be easier to understand string concatenation if you used "hello" + "world" instead of "1"+"11"... since "111" as output still seems like a bit of math

@KavanBahrami
@

3:07 You wrote "-" instead of "+"

@MrFlotzone
@

Hi, I just finished watching your tutorial on Floats. I was wondering why you didn't show the Int tutorial before it, and I realised that you don't have it covered in this playlist. At 1:00 in this vid you say that you do have them all covered, and Int is even shown here, however It's not in the playlist, like said. Is it possible for you to update that or something?
That would have been very helpful, as I find your tutorials outstanding, and I'm thankful for you sharing your knowledge. :)

@aydam3558
@

Why are these vids unlisted?

@Oceam
@

"11" - 1 will return an error

laughs in javascript

@Easiven
@

when given "11" - "1" why doesnt it give a "1" as a response? It would be removing a "1" from the "11" so it makes sense

@swaystar1235
@

Let's talk about JavaScript. https://www.destroyallsoftware.com/talks/wat

@acobster
@

I've just learnt that "5.6" in quote is a string not a float... My teacher didn't teach me, thanks!!😣

@iameben
@

Hey Jabrils, I have been thinking about getting into software engineering for the longest time, and I have dabbled with Game Maker way back in the day; however, I have never buckled down and really invested time in learning the nuts and bolts of a programming language. This course has been an encouragement thus far and I bet the rest of the course is the same.


I am no spring chicken anymore, as I am getting closer to my thirties and am not the fastest learner by any stretch, but I think that I have a shot if I dedicate myself to learning little by little.


Thanks again for this tutorial!

@sixdsix5028