Strings are objects made out of strings of char values. Could this be the reason it's called string? I'm not a javascript expert but in Java this is the case.
For the quotes part guys you can also use single (',') or double (",") just to ease yourself with all these memorization. You just type it like: (" John says, 'hello' to me and I said 'Hi' ") that way javascript sees it differently.
I'm confused on the part where you use a break for quotation marks within a string. For example, var tuna= "John said, \"Boy, do I love tuna\" "; document.write(tuna);
Howcome the first break has the quotation mark inside of it but the ending break does not? I would think that would confuse javascript with an extra set of quotation marks but it doesn't. I'm confused.
Watch the vid again whre he explains about the "escape" char . the " \ " allows the char right next to it , to be ignored by the browser. which means that both the quotations inside the main ones get ignored .
Strings are objects made out of strings of char values. Could this be the reason it's called string? I'm not a javascript expert but in Java this is the case.
MrSolounojo 2 days ago
"boy do i love bessie" :)
Great tutorials, tried to learn very fast version of javascript, but this is so much better
THX.
SirAndresJ 3 days ago
You're rock Bucky, I love your tutorial thanks for your share,,,I', still waiting for the next chapter
;)
StrataO 4 days ago in playlist TheNewBoston - Beginner Javascript
For someone who knows Java, how fast can I learn JavaScript?
MageMayu 2 weeks ago
For the quotes part guys you can also use single (',') or double (",") just to ease yourself with all these memorization. You just type it like: (" John says, 'hello' to me and I said 'Hi' ") that way javascript sees it differently.
OfficialJerla 1 month ago
Schhtrings! :) nice tutorials by the way!
migz250988 1 month ago in playlist Beginner JavaScript Tutorials Playlist
.. equal to a ssshhtring of text
pontzz97 1 month ago in playlist Beginner JavaScript Tutorials Playlist
Comment removed
leoyt123 3 months ago
This is just like watching xhtml tuts :p
AwsmUsername 3 months ago in playlist Beginner JavaScript Tutorials Playlist
I love Boolean variables, they are the best!
XinoBrix 4 months ago 3
@XinoBrix or they're not!
RebornXSoldier 2 weeks ago
I'm confused on the part where you use a break for quotation marks within a string. For example, var tuna= "John said, \"Boy, do I love tuna\" "; document.write(tuna);
Howcome the first break has the quotation mark inside of it but the ending break does not? I would think that would confuse javascript with an extra set of quotation marks but it doesn't. I'm confused.
spasticdeath 4 months ago
@spasticdeath
Watch the vid again whre he explains about the "escape" char . the " \ " allows the char right next to it , to be ignored by the browser. which means that both the quotations inside the main ones get ignored .
ankitpsp1992 4 months ago
You are an extraordinary person who is born to teach us. please become my school's computer teacher,
anshulmodernwarefare 5 months ago
So anyways,
t0d71 5 months ago
shhhhhhhhtrings
MrBushxd 6 months ago in playlist TheNewBoston - Beginner Javascript 2
You are the best man to teach computer language. Thanks a lot mate. You rock.
xzycan 6 months ago 3
cool man thanx very much
anshulmodernwarefare 6 months ago
your tutorials are much better than the old ones.
250452099 6 months ago
why do u say shtring instead of string? also u say it doesnt work but you dont refresh
anyway great vids thanks a lot
radubradu 6 months ago
I am going to learn Javascript in a week :D
rjohn5854 6 months ago
...you're better not vegetarian watching this tutorial ;)
themutelife 8 months ago 14
LOL Bessie is a cow
xXxDiukexXx 8 months ago
bucky, you are awesome.
LemonPieLoL 8 months ago in playlist Javascript
Bucky, you are amazing. Your tutorials are by far the best way to learn this stuff.
neccoender314 9 months ago
I've never known someone who loves tuna so much.
Bucky, you're the best! :)
Fbiman93 11 months ago
transcribe audio, it is HILARIOUS!! XD... couldn't stop laughing!
theMacBoy11 11 months ago
NULL OBJECT FTW (ae has it too so I got it :D)
nilsepils94 11 months ago 3
Bessi must be a Cow, as far as she got the milk, hahhahaha
dearAfrica 11 months ago 13
i thought to skip few videos, but looks lik its impossible! :)
nithin2c 11 months ago
0 dislikes just how i like it :)
MrPitbull917 11 months ago
I thought null was just a value able to be assigned to a variable, not a type?
D3R1CKZ 11 months ago
@D3R1CKZ It's a value all right, but treated specially. just like "false" is a value of boolean type.
gasto5 11 months ago
What is the difference between java and javascript?
TheBoomshae 11 months ago
@TheBoomshae javascript is web based java is run on an emulator on the computer
2008philliesfan 11 months ago
@TheBoomshae
there is no relation between java and javascript except the name
javascript is only for the internet and java is acutally a "full" programm language
so you can write real programs with it
kraeukai 11 months ago
@kraeukai This is not entirely true, there are standalone interpreters of Javascript for general purposes.
gasto5 11 months ago
@gasto5
ok, sorry i didnt know that
kraeukai 11 months ago
@TheBoomshae The name, and some syntax.
Javascript has SOME similarities between Java's syntax which originates from C/C++.
Javascript: scripting language mostly for web page dynamics/functions
Java: A full fledged, general-purpose programming language.
megametalpriest 11 months ago
Great
MinDControlDx 11 months ago