C. J. W.
New Member
considering founding a forum called F.B.I. Fat Boys Institute any takers?
Posts: 170
inherit
cntsservices@twc.com
195384
0
Aug 9, 2018 11:19:33 GMT -8
C. J. W.
considering founding a forum called F.B.I. Fat Boys Institute any takers?
170
June 2013
cjwntaw
|
Post by C. J. W. on Nov 12, 2013 19:29:11 GMT -8
I am trying my first plug in what does the * and /* mean and do?
|
|
#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Nov 12, 2013 19:51:18 GMT -8
It's a multi-line block comment.
/* Anything you write here will not effect your script in any way. You can type as much as you want to. */ There are also single line comments.
// This is a comment // This is another single line comment Comments are useful for documenting your code. In a script, you can't just start typing text that isn't Javascript because it will cause errors since the browser's Javascript parser will think it's Javascript code.
|
|
inherit
172351
0
Sept 5, 2019 10:56:35 GMT -8
DarkPikachu
Complexity == Fun
320
October 2011
tcll
|
Post by DarkPikachu on Nov 13, 2013 17:07:59 GMT -8
if you need help understanding anything about basic JS, feel free to ask me directly I'm just getting into JQuery, so I don't know TOO much in that area yet... I'm more of a Python(2.7) programmer, and know a little C++ to compare it with JS. but I'm not a JS pro, so there's things you may hit that I'll even have questions for.
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Nov 18, 2013 18:17:52 GMT -8
C. J. W.: If your learning javascript, I'd suggest w3schools.com It's got extensive tutorials, and all the basic stuff for HTML, CSS, JavaScript, jQuery, AJAX, PHP, and some other stuff.
|
|