Programming Language Syntax Tier List

  Рет қаралды 235,903

Conner Ardman

Жыл бұрын

These are the undeniable rankings for the best programming languages based on syntax. Let me know if you want a part 2 😊
Prepping for your frontend interviews? Use code "conner" for a discount on my course FrontendExpert:
www.frontendexpert.io/conner
LinkedIn: www.linkedin.com/in/connerardman/

Пікірлер: 244
@fortuneosho8137
@fortuneosho8137 Жыл бұрын
This is what you get when a frontend developer (who only write JS) talk about programming languages😂
@luckyplaya84x
@luckyplaya84x 8 ай бұрын
true
@tullochgorum6323
@tullochgorum6323 8 ай бұрын
Yeah - he has no understanding at all of the reason behind the Lisp syntax.
@ijazkhan3335
@ijazkhan3335 8 ай бұрын
It's about syntax. Nothing to do with frontend. Js syntax is fairly easy compared to something like c#
@j.r.r.tolkien8724
@j.r.r.tolkien8724 8 ай бұрын
JS is a solid language. It has its disadvantage like all other languages. Tell me your preferred language and i'll tell you how it's the most terrible language in the world. But objectively JavaScript is indeed solid in terms of syntax. It's easy to learn, c-like, has modern features, very versatile and flexible, easy to read... You can literally write a server and get everything to work on the backend just by knowing JS for the frontend. It doesn't take a lot. That simplicity and practicality isn't even found in Python despite the deceivingly simplistic syntax.
@tullochgorum6323
@tullochgorum6323 8 ай бұрын
@@ijazkhan3335 That's because C# does a lot more for you than Javascript. You need additional syntax to help the compiler statically analyse your code. Admittedly, F# and the ML family do a significantly better job of this with less ceremony, but C# is the best of the corporate OOP languages that I've had to use.
@TagetesAlkesta
@TagetesAlkesta Жыл бұрын
Bro really ranked Java’s syntax as better than Ruby and equal to Python 💀
@0oShwavyo0
@0oShwavyo0 Жыл бұрын
Honestly on a different planet. Maybe he’s talking the newest version that is mildly less verbose?
@Algardraug
@Algardraug 7 ай бұрын
Yeah, Java is way above Python
@grubbygeorge2117
@grubbygeorge2117 6 ай бұрын
Java syntax reads like a poem.
@tofaa3668
@tofaa3668 6 ай бұрын
Javas syntax despite requiring more boilerplate is extremely easily readable, and flows well and is easy to read thry and discover errors without compiling
@CheeseStickzZ
@CheeseStickzZ 6 ай бұрын
Modern java is pretty solid. Try java 21 with Lombok streams and lambdas
@lurnt5763
@lurnt5763 Жыл бұрын
Ah yes, C: the beautiful language where printf ("%d", *((int *)*ptr)) compiles.
@hellforhim
@hellforhim Жыл бұрын
You forgot the semicolon😂
@fantik86
@fantik86 8 ай бұрын
what is wrong?
@qwertykeyboard5901
@qwertykeyboard5901 8 ай бұрын
Who the fuck codes like that? Also, printf formatting has seeped into my everyday writing.
@oserodal2702
@oserodal2702 7 ай бұрын
Yeah, and? In C, pointer casting is good, as long as it makes sense in your program Pointer casting gets a lot of flak from C++ devs who were taught that C-style casts are the work of the devil (which it is, but only in C++ and not in C).
@aniketmahajan8422
@aniketmahajan8422 7 ай бұрын
It's a syntax error, where is the main block and return statement?
@zeo5009
@zeo5009 Жыл бұрын
Him: “Java” Me: “don’t you dare”
@mandarmajumder519
@mandarmajumder519 Жыл бұрын
Did he put java and python on same level?
@bobaGogo
@bobaGogo Жыл бұрын
Java is actually a quite frequently used language in the workforce. Companies like Google, meta, Microsoft and Amazon all use java in their backend development. Java has actually more job opportunities than python. Although many companies are migrating to C# and Kotlin, Java will still be relevant for many years. Comparing Java to Python doesn't make sense because their use cases are very different. A web developer would never use python, while a data scientist would never use java. It would make more sense to compare Java to Kotlin/C# and python to Julia/Rust/Golang.
@tedreka1504
@tedreka1504 Жыл бұрын
@@bobaGogo “a web developer would never use python”. Tell that to hundreds of thousands developers and companies using Flask, Django, FastAPI for their projects (i know 2 big ones you might recognize). This is the problem with these comparisons, just because something doesn’t work for you it doesn’t mean it shouldn’t work for someone else
@ricdotnet
@ricdotnet Жыл бұрын
@@tedreka1504 and actually, python shouldn’t work on this case. A complex backend will be a shitshow
@tyaty
@tyaty Жыл бұрын
He put it high despite of significant whitespace.
@alexp6013
@alexp6013 Жыл бұрын
​@@bobaGogo We're not talking about use, just syntax. Printing " hello world" alone should convince you that they are not at the same level
@arshadsiddiqui9071
@arshadsiddiqui9071 Жыл бұрын
That's some disrespect to ruby. Sometimes I look at Ruby and forget that it's code. Looks like plain English half the time.
@rober9618
@rober9618 Жыл бұрын
the good thing about java is that, if you learn java, you can learn the syntax of any other language faster.
@LuisFelipe-pq9lr
@LuisFelipe-pq9lr 7 ай бұрын
Thats true, I learned Java in a semester and when I had to learn C and C# it took me less than 2h
@yangli8142
@yangli8142 Жыл бұрын
Php is underrated and then proceeds to underrate it
@lunedefroid8817
@lunedefroid8817 Жыл бұрын
PHP is way better for backend than JS, ngl
@yangli8142
@yangli8142 Жыл бұрын
@@lunedefroid8817 ye if you’re a wordpress dev
@dr3kiki
@dr3kiki Жыл бұрын
​@@lunedefroid8817king talk
@mgames3209
@mgames3209 Жыл бұрын
It’s syntax is trash, he said it’s underated but NOT THE SUNTAX
@lunedefroid8817
@lunedefroid8817 Жыл бұрын
@@mgames3209 syntax is indeed trash. Ffs, using a $ sign before a variable, because it's simpler design the interpreter that way is so PHP 😅
@xingyanglan6836
@xingyanglan6836 Жыл бұрын
you put System.out.println(); and print() in the same category 💀 ArrayList arr = new ArrayList; and arr = [] in the same category 💀
@juanmalpartida1333
@juanmalpartida1333 Жыл бұрын
More like Class Main { Public static void main(String[] args) { String name = “Xing Yang Lan”; System.out.println(String.format(“Hi %s”, name)); } }
@bridiro
@bridiro Жыл бұрын
java syntax is not that difficult. In fact it let you create a pointer to something without allocating it, and it's more memory efficient than python
@pizzawhisker
@pizzawhisker Жыл бұрын
Python code literally doesnt format automatically because it uses empty space instead of ; and braces. Doesnt matter how many seconds you save writing print() when you waste it all trying to adjust the indentation. I dont think it will be winning a syntax competition against a normal language.
@1aboPLZ
@1aboPLZ Жыл бұрын
@@pizzawhisker actually print is a character more than sout which you'd both type
@ipodtouch470
@ipodtouch470 Жыл бұрын
ArrayList arr is actually way better once things start getting complex
@MrPlaiedes
@MrPlaiedes Жыл бұрын
Bro is just winging it by logos...
@kitgxrl
@kitgxrl Жыл бұрын
lisp allows extremely easing parsing and is very easy to work with in general lispy languages are generally extremely underrated and overly hated because of unorthodox syntax
@absentchronicler9063
@absentchronicler9063 Жыл бұрын
))))))
@oserodal2702
@oserodal2702 7 ай бұрын
Lisp is the language of Jesus, cause it keeps resurrecting from the dead.
@fishfpv9916
@fishfpv9916 Жыл бұрын
I mean I think lisp is easily goat since it is responsible for many of the features we think are just "normal" in every language like recursion. In addition the reason for the "parents" is because you just write the ast of the language rather than the some more natural language version
@HuntingKingYT
@HuntingKingYT Жыл бұрын
Php is C-style python 2 with some... decorations in variable names.
@funcle8572
@funcle8572 Жыл бұрын
He probably looked at PHP 5 or less
@abrahamsimonramirez2933
@abrahamsimonramirez2933 7 ай бұрын
Absolutely any programming language out there has the potential to create a fully production ready full-stack large scale project in the hands of a competent programmer, so please stop worshipping react or similar trends just because employers have chosen them and bought into the productivity-scalability cult (mic drop)
@jewulo
@jewulo Жыл бұрын
LISP does not actually have syntax. Just saying.
@salim444
@salim444 Жыл бұрын
just use lisp with a good editor for indentation, rainbow parentheses and support for paredit, It should change your mind
@ijazkhan3335
@ijazkhan3335 8 ай бұрын
Ruby and python should exchange places.
@alexandersyring512
@alexandersyring512 7 ай бұрын
I love Perl's variable definition. "my" for local and "our" for global variables.
@mindbodyps
@mindbodyps Жыл бұрын
You included php just because, you want one language which you can Place at bottom right?
@mrgandolfio
@mrgandolfio Жыл бұрын
i lové javascript don’t get me wrong but callback hell is not readable…
@tyaty
@tyaty Жыл бұрын
That is why should use promises instead of callbacks.
@masterchief1520
@masterchief1520 9 ай бұрын
​@@tyatyCycle of JS 😂. Problems since inception still fixing it...by adding new shit.
@qwertykeyboard5901
@qwertykeyboard5901 8 ай бұрын
@@masterchief1520Just, a main loop calling functions. No functions in objects, just random crap all over the place. No object orientation though. I'm not THAT evil.
@picklenickil
@picklenickil Жыл бұрын
You can kind of hear this guy coding shaders.
@arsaii
@arsaii 8 ай бұрын
I really was kinda afraid of Java before learning it, but it ended up being very easy so far (I'm learning Enumeration in POO rn), it's a good language. I want to work with back-end and I will learn C# right after Java, from what I know from the area it seems like a solid language to use
@jacobcollins9821
@jacobcollins9821 Жыл бұрын
Erlang syntax is GOAT
@ngocson2486
@ngocson2486 8 ай бұрын
Huh ruby
@nyssc
@nyssc 9 ай бұрын
What about C++, and its template things like typename std::shared_future just to get the result from an asynchronous function?
@LiberumCogitandi
@LiberumCogitandi Жыл бұрын
Pls more tier lists!
@TheOmokage
@TheOmokage Жыл бұрын
wtf, c# absolute king of syntax
@meraldlag4336
@meraldlag4336 Жыл бұрын
^^
@huistelefoon5375
@huistelefoon5375 11 ай бұрын
good one lol
@trots4940
@trots4940 11 ай бұрын
So is Java
@khauvannam
@khauvannam 9 ай бұрын
Absolutely right, the things i very interested in c# when i first meet it is the is and the when keyword, so readable
@nicolasdesenvolvedor1642
@nicolasdesenvolvedor1642 7 ай бұрын
Yeah C# is good bro i like it (i hope your comment is not sarcasm)
@GeeeEmmm
@GeeeEmmm Жыл бұрын
What about Haskell
@theperfectionist1607
@theperfectionist1607 Жыл бұрын
ruby > python
@nicolasdesenvolvedor1642
@nicolasdesenvolvedor1642 7 ай бұрын
Even the junkscript is betyer LOL
@TENMAJKL
@TENMAJKL 6 ай бұрын
lisp is just parentheses because its really easy to parse, its the point of the language
@DynamicalisBlue
@DynamicalisBlue Жыл бұрын
I used to love how simple and readable C#'s syntax was but recently it's been getting messy and kinda reminding me of JS. Just take the null check for example. Originally it was 'x != null', then 'x is not null' and now 'x is { }'.
@idk-il2ue
@idk-il2ue Жыл бұрын
ima pretend i didnt see him say java has an ok syntax
@OL9245
@OL9245 9 ай бұрын
Don't choose a language for how smart it is but for what you can do with. The gigantic and fast growing libraries written for python makes it a language you definitely must learn.
@MrGriefCreep
@MrGriefCreep 8 ай бұрын
I can do a lot with a dial-up modem, but its sure not the best tool for the job. Plenty of other languages have large library ecosystems, and dont have to sacrifice runtime performance and safety to utilize them. You shouldn't rely on libraries beyond stuff like GL bindings and optimized math functions, and those can be found in any language (or called through a C ABI). Python works well either as a prototyping and proof-of-concept tool or as a teaching tool; no production code should be written in it just because you either can't or won't reinvent the wheel in a more performant language. Large ecosystems tend to be detrimental to languages as a whole, as you end up with module bloat like in many JavaScript projects when devs get over-reliant. Dont choose a language based on how many libraries it has. If you need a quick script for something like pentesting, sure; I prefer Lua and JS myself, but it works well for that. Beyond small scripts and into big projects, theres almost always a better option for either performance or security.
@ahmadsadek3411
@ahmadsadek3411 4 ай бұрын
For everyone complaining about java being on the same level as python, you can't forget the brackets that java uses that makes the syntax much more readable than a python code. That alone makes THE difference for me, python might be "easier to understand" only if you're not a programmer but all in all they're both very similar
@rorybrowne4973
@rorybrowne4973 Жыл бұрын
So... You don't like the white space sensitivity, but put Ruby one step below because it's less readable? You need to make up your mind dude!
@ConnerArdman
@ConnerArdman Жыл бұрын
Lol fair. Although I think the do/end statements are pretty questionable (although I guess work just as well as curly braces readability wise). Functions being callable without parentheses is also pretty icky imo. Procs/blocks are pretty cool, but personally I think make the language less readable, at least for devs who don’t work in Ruby consistently.
@max_ishere
@max_ishere Жыл бұрын
How is c better than java when they're the same aaaa and how is python in good tier its the worst
@afterschool2594
@afterschool2594 25 күн бұрын
At least C is GOAT. Since almost all modern language derived from C's syntax
@mhalton
@mhalton Жыл бұрын
C is and will ALWAYS be the G. O. A. T.
@v01d_r34l1ty
@v01d_r34l1ty Жыл бұрын
auto reply = [&video]() -> std::string { return "He didn't even mention C++... :("; };
@HuntingKingYT
@HuntingKingYT Жыл бұрын
@@v01d_r34l1ty "auto reply" lol
@qwertykeyboard5901
@qwertykeyboard5901 8 ай бұрын
I fucking LOVE C.
@letsgocamping88
@letsgocamping88 Жыл бұрын
Where does perl sit on the list. I know where it is on mine.
@user-be5oh3gh9s
@user-be5oh3gh9s 6 ай бұрын
The reason C-style syntax became ubiquitous in the programming world is because the learning cost can be saved by doing so. As a general programming language(and a script lang), Python is the most readable. JS however… He went the wrong way.
@maestrosokolovsky5703
@maestrosokolovsky5703 7 ай бұрын
My God, how can you compare hot with cold?
@saibadam
@saibadam 9 ай бұрын
what was this man??? how ?? java is solid?? and python and js worse than C??? how
@LaClimSx
@LaClimSx 8 ай бұрын
Am i the only one who really likes Java syntax, sure it’s verbose but at least you know what you’re reading (or writing)
@Pythoneer-
@Pythoneer- 6 ай бұрын
well i dont know much but i am sure that my current project has 5000 lines and 3000 lines in just one file not yet splitted. if the syntax tier of js and python is the same i would ve killed my self at around the 5th hundred line trying to thread every string request that comes through the 5th socket port. and if this is just for views u ve done good. call us noobs :) but at the end of the day we can create a very performent server with just 1/4 of what u should normaly write. any way copilot is good use it, u ll feel how we are always feeling.
@pororo7316
@pororo7316 Жыл бұрын
Wait until he meets brainfuk . _. The true goat programming language syntax
@masterchief1520
@masterchief1520 9 ай бұрын
Dream bird 😂
@luckyplaya84x
@luckyplaya84x 8 ай бұрын
as a PHP Dev i say WTF is this Java and Python Syntax
@user-cu9vx2zr9n
@user-cu9vx2zr9n 6 ай бұрын
从语法上来说我喜欢TypeScript/Haskell/Kotlin,最常用的是TypeScript
@kehan6252
@kehan6252 7 ай бұрын
Can someone tell me why java has high demand? Is it because non-tech people think its a good language or does it have benefits compared to other languages?
@Castilhox
@Castilhox 6 ай бұрын
Java is predominantly utilized by large corporations. It's a robust language that has been around for many years. Additionally, it boasts strong object-oriented programming (OOP) capabilities and is statically typed. Java is a language that adheres strictly to established programming conventions.
@Rkdbt
@Rkdbt 21 күн бұрын
I watched this guy saying Python is confusing a minute ago.
@Scudmaster11
@Scudmaster11 7 ай бұрын
Lua S teir "it's clean syntax... and nothing you can say will speak otherwise... deal with it your clods"
@Abstract_zx
@Abstract_zx 5 ай бұрын
I will absolutely put python at the top for most readable
@shaekahmed8842
@shaekahmed8842 Жыл бұрын
So are talking about goat but not C++?
@Neptune1967
@Neptune1967 9 ай бұрын
Bro, you put lisp over another language, you are crazy! All lisp is is just recursion through out your entire program!!
@zapfska7390
@zapfska7390 6 ай бұрын
I would have put any language who is whitespace sensative in their own bottom tier
@Chair991
@Chair991 24 күн бұрын
Going just off of syntax python is easily in goat tier... How tf is java on the same tier?
@pullup3041
@pullup3041 8 ай бұрын
What does syntax really really mean for you? Because php is most easiest oriented object language I practice and honnestly if you comment well java look like shit compared to a good coding style in php
@itsmaxim01
@itsmaxim01 Жыл бұрын
pythons way worse than the C-syntax languages. Should be lowest.
@j.r.r.tolkien8724
@j.r.r.tolkien8724 8 ай бұрын
I hate PHP, unlike most people, just for its syntax. It has improved recently I must admit. But the dollar sign for every variable declaration is just insane. Also, glad you didn't run with the hatred toward Java because of its verbosity. I wrote a compiler in Java and I do think it's one of the most solid languages out there especially when it comes to syntax. Python syntax doesn't appeal to me though. It tried too hard to be simple it became simplistic and I'll end this comment with __
@kosukohei
@kosukohei Жыл бұрын
Am i the only one who was waiting for assembly
@qwertykeyboard5901
@qwertykeyboard5901 8 ай бұрын
Z80. Take it or leave it. Or maybe include PIC16/AVR in too. Might learn those two.
@andantebass6113
@andantebass6113 5 ай бұрын
Him: "Java" "Nothing too atrocious" Me: wHaTTTT? public static void main string args just give up already
@bananaman7635
@bananaman7635 5 ай бұрын
I'm fully convinced that people who criticize the white spaces in python actually never programmed with it. It's nowhere as close as annoying as people like him think it is.
@user-bc6ue3ri7o
@user-bc6ue3ri7o Жыл бұрын
I think php is so easy and readable, i don't get why it gose to buttom
@ConnerArdman
@ConnerArdman Жыл бұрын
For one, having to start every variable name with $ is… interesting. Also, the language is just very inconsistent. For example, there are plenty of related functions with parameters in different orders, making it easy to misinterpret code or cause bugs.
@PRASHANTBHARTI2419
@PRASHANTBHARTI2419 Жыл бұрын
​@@ConnerArdman
@akruijff
@akruijff Жыл бұрын
​@@ConnerArdman Have a look at Pearl - you cannot read the code you wrote yesterday.
@ConnerArdman
@ConnerArdman Жыл бұрын
@@akruijff Hey now, I love Perl... but yeah it's a tough one lol
@Utkarsha066
@Utkarsha066 Жыл бұрын
What abt kotlin
@szymonster7610
@szymonster7610 6 ай бұрын
Using words where brackets would do is just painful
@bretthart1499
@bretthart1499 6 ай бұрын
PYTHON IS GOAT GOAT GOAT XXXXXL
@mariobroselli3642
@mariobroselli3642 3 ай бұрын
Less confusing with Lots of parenthesis
@WAVENUMBER237
@WAVENUMBER237 6 ай бұрын
hmm Dart ?
@ara849
@ara849 7 ай бұрын
I thought this is a syntax tier list?
@zirax54
@zirax54 7 ай бұрын
Wait you call python solid? That language is a mess especially for working with lists
@HR-pz7ts
@HR-pz7ts 8 ай бұрын
Once you learn oops java makes the most sense.
@QueenParity
@QueenParity Жыл бұрын
vhdl is like programming a drunk man
@user-pw3iu8pg7b
@user-pw3iu8pg7b 5 ай бұрын
I don't agree with this. I think Python is the GOAT because it is dynamically typed and has lots of special syntax tricks. It is more flexible than the C based languages like C and Java
@OY-bile
@OY-bile Жыл бұрын
why ar u assuming python why whyy 😭
@ByteBound_
@ByteBound_ 6 ай бұрын
bro put C in Goat but Python on the same level as Java 🤦‍♂️
@Yeomie_Homie
@Yeomie_Homie 5 ай бұрын
Micheal Cera as a programmer
@illiahimself
@illiahimself 4 ай бұрын
с++ for the best syntax
@anonyone8834
@anonyone8834 6 ай бұрын
I hate python for same reason + they use and instead of &&
@nourial6300
@nourial6300 8 ай бұрын
Missing Rust...
@1aboPLZ
@1aboPLZ Жыл бұрын
We need something like Kotlin to Java but for C#
@z77876
@z77876 Жыл бұрын
C# syntax really isn’t that bad
@nothiiiiiiiing
@nothiiiiiiiing Жыл бұрын
typic java enjoyer
@sonychandel1878
@sonychandel1878 Жыл бұрын
Bro never used PHP💀
@ConnerArdman
@ConnerArdman Жыл бұрын
Bro taught PHP at the university level, and bro wrote PHP professionally at FB.
@sonychandel1878
@sonychandel1878 Жыл бұрын
@@ConnerArdman You Ever tried PHP 8.0
@2.abdulhamidreiz997
@2.abdulhamidreiz997 Жыл бұрын
C# has the GOAT syntax ;
@codsweat5152
@codsweat5152 Жыл бұрын
Why y’all out here hating on php 😂😂
@kevintyj
@kevintyj Жыл бұрын
For someone who took lisp as a fundamentals class in uni I would definitely put it below trash tier and I would want to never see it again
@ConnerArdman
@ConnerArdman Жыл бұрын
Nahhh Lisp is so fun, at least when you aren’t being graded 😂
@tremolony4924
@tremolony4924 Жыл бұрын
Lisp is amazing
@gambhirsharma
@gambhirsharma 8 ай бұрын
Fk what Java syntax is solid.
@codeman99-dev
@codeman99-dev 9 ай бұрын
Bugger off. I can't believe anyone is still making a fuss about whitespace based indentation. We do it in *every* language. Why should you be upset that the compiler cares about your whitespace?
@lmoelleb
@lmoelleb 5 ай бұрын
Because I find the average time to track down a white space indentation error longer than tracking down one by a misplaced }. Same reason I always use {} even for single line if statements.
@adri_mikh2605
@adri_mikh2605 7 ай бұрын
Swift GOAT tier
@user-jk8kn3ij8o
@user-jk8kn3ij8o 3 ай бұрын
Bro, Ruby is #1
@user-jk8kn3ij8o
@user-jk8kn3ij8o 3 ай бұрын
PHP is goat too
@christopherparke9878
@christopherparke9878 7 ай бұрын
How can you possibly put PHP below LISP? LISP is the worst language known to man.
@cscompsci
@cscompsci 7 ай бұрын
Java in the same tier as python ☠️☠️☠️
@wraithfinder_
@wraithfinder_ 6 ай бұрын
Java’s syntax is fine, y’all need to chill
@robertodelgado6387
@robertodelgado6387 6 ай бұрын
Come on now bro, how is this ranking based in syntax? I know opinions are subjective but Lol
@blaisemennia9910
@blaisemennia9910 Жыл бұрын
Naa you did php dirty man
@mgames3209
@mgames3209 Жыл бұрын
How is $a = 5 and refering to variables as $a good syntax
@dmicah3960
@dmicah3960 Жыл бұрын
Isn’t Java different from JavaScript…?
@ConnerArdman
@ConnerArdman Жыл бұрын
Yes, they are entirely unrelated (beyond JS being inspired a bit by Java).
@CoderFreak
@CoderFreak 6 ай бұрын
html
@N-methyl1phenylpropan-2-amine
@N-methyl1phenylpropan-2-amine Жыл бұрын
Haskell isn't meant to be a normal language, it has a lot of mathematical virtue to its design. Its in an entire different world.
@DojobMaster
@DojobMaster Жыл бұрын
Is that personal thought? What a bias
@5uperM
@5uperM Жыл бұрын
Oh good old lisp.
@HOWTO-nd2di
@HOWTO-nd2di Жыл бұрын
You look like joji
@ConnerArdman
@ConnerArdman Жыл бұрын
You're like the 3rd person to comment this on my videos. I don't see it tbh, but I 'll take it 😂
@HOWTO-nd2di
@HOWTO-nd2di Жыл бұрын
@@ConnerArdman Lol I thought joji has a new career, I like your content btw.
@szabizs
@szabizs Жыл бұрын
This is just wrong 😮
Каха ограбил банк
01:00
К-Media
Рет қаралды 10 МЛН
Haha😂 Power💪 #trending #funny #viral #shorts
00:18
Reaction Station TV
Рет қаралды 15 МЛН
Was ist im Eis versteckt? 🧊 Coole Winter-Gadgets von Amazon
00:37
SMOL German
Рет қаралды 21 МЛН
World’s Deadliest Obstacle Course!
28:25
MrBeast
Рет қаралды 147 МЛН
1$ vs 500$ ВИРТУАЛЬНАЯ РЕАЛЬНОСТЬ !
23:20
GoldenBurst
Рет қаралды 1,4 МЛН
ИГРОВОВЫЙ НОУТ ASUS ЗА 57 тысяч
25:33
Ремонтяш
Рет қаралды 296 М.
Main filter..
0:15
CikoYt
Рет қаралды 13 МЛН