L8V2L Posted June 16, 2014 Share Posted June 16, 2014 (edited) Statement and expression in JavaScript's reference. condition, loop statement, etc. Edited June 17, 2014 by L8V2L Link to comment Share on other sites More sharing options...
thescientist Posted June 16, 2014 Share Posted June 16, 2014 what are you looking for that you can't find? have you even looked in the reference? I found everything in your post statement - http://www.w3schools.com/js/js_statements.asp conditions (not sure what you mean by conduction) - http://www.w3schools.com/js/js_if_else.asp loops - http://www.w3schools.com/js/js_loop_for.asp / http://www.w3schools.com/js/js_loop_while.asp and the whole reference of everything http://www.w3schools.com/js/DEFAULT.asp Link to comment Share on other sites More sharing options...
L8V2L Posted June 17, 2014 Author Share Posted June 17, 2014 what are you looking for that you can't find? have you even looked in the reference? I found everything in your post [*]statement - http://www.w3schools.com/js/js_statements.asp[*]conditions (not sure what you mean by conduction) - http://www.w3schools.com/js/js_if_else.asp[*]loops - http://www.w3schools.com/js/js_loop_for.asp / http://www.w3schools.com/js/js_loop_while.aspand the whole reference of everythinghttp://www.w3schools.com/js/DEFAULT.asp It's not in reference. Link to comment Share on other sites More sharing options...
thescientist Posted June 17, 2014 Share Posted June 17, 2014 It's not in reference. what isn't? I don't know what you're trying to say. Link to comment Share on other sites More sharing options...
L8V2L Posted June 17, 2014 Author Share Posted June 17, 2014 (edited) what isn't? I don't know what you're trying to say.Statement and expression, he have operator in reference, but it's in the wrong place, it should be:expressionoperator <-- or this first, but this make since to have in this order.statementObjectThat way when someone reads down ward, thy are getting it from the simplest understanding from reference to the composite understanding. Edited June 17, 2014 by L8V2L Link to comment Share on other sites More sharing options...
thescientist Posted June 18, 2014 Share Posted June 18, 2014 Statement and expression, he have operator in reference, but it's in the wrong place, it should be:expressionoperator <-- or this first, but this make since to have in this order.statementObjectThat way when someone reads down ward, thy are getting it from the simplest understanding from reference to the composite understanding. The reference has an index, so everybody is free to pick and choose the topics they want to learn and in what order. Link to comment Share on other sites More sharing options...
L8V2L Posted June 21, 2014 Author Share Posted June 21, 2014 There is an operation section in reference, I request for there to be a statement, and expression(if they are in one section call statement and expression than that is also okay) I wish to be able to look through reference with out looking through the tutorial. Statement & Expression or just statement with expression mention at the top: A table displacing all the statement of JavaScript, and each one being a link to an example of that statement, if for now, that example lead to the tutorial for an short amount of time until the example pages them self can be made that is also acceptable. I am in arms for a JavaScript server side tutorial in the server side section, or a section of server side objects in the JavaScript tutorial. Underneath either the window section or the js section in the js tutorial there should be a server side section. Link to comment Share on other sites More sharing options...
L8V2L Posted June 21, 2014 Author Share Posted June 21, 2014 add JSON object to the reference section of js. Link to comment Share on other sites More sharing options...
thescientist Posted June 23, 2014 Share Posted June 23, 2014 there is a JSON reference http://www.w3schools.com/json/ do you even bother to look these things up first? Link to comment Share on other sites More sharing options...
L8V2L Posted June 23, 2014 Author Share Posted June 23, 2014 (edited) there is a JSON referencehttp://www.w3schools.com/json/ do you even bother to look these things up first?: -) oh, Okay. Thanks for the link by the way. Edited June 23, 2014 by L8V2L Link to comment Share on other sites More sharing options...
L8V2L Posted June 24, 2014 Author Share Posted June 24, 2014 There is an operation section in reference, I request for there to be a statement, and expression(if they are in one section call statement and expression than that is also okay) I wish to be able to look through reference with out looking through the tutorial.Statement & Expression or just statement with expression mention at the top:A table displacing all the statement of JavaScript, and each one being a link to an example of that statement, if for now, that example lead to the tutorial for an short amount of time until the example pages them self can be made that is also acceptable.I am in arms for a JavaScript server side tutorial in the server side section, or a section of server side objects in the JavaScript tutorial. Underneath either the window section or the js section in the js tutorial there should be a server side section. Link to comment Share on other sites More sharing options...
justsomeguy Posted June 24, 2014 Share Posted June 24, 2014 An expression reference doesn't make sense. Link to comment Share on other sites More sharing options...
L8V2L Posted June 24, 2014 Author Share Posted June 24, 2014 (edited) An expression reference doesn't make sense.Really it could just be call statement reference, and noting at the beginning of the reference that a javascript statement is a complex expression ending in a semicolon.But I feel strongly that there should be a JavaScript statement reference, since statement it another important factor in js. It could just be a page like the operator page. Charting out the different statement and maybe an example to follow. Edited June 24, 2014 by L8V2L Link to comment Share on other sites More sharing options...
justsomeguy Posted June 24, 2014 Share Posted June 24, 2014 noting at the beginning of the reference that a javascript statement is a complex expression ending in a semicolon.That's not what a statement is. An expression is anything that can evaluate to a value. Statements do not have values. A for loop, for example, does not have a value. But I feel strongly that there should be a JavaScript statement referenceThere is:https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/StatementsThere aren't that many statements. Link to comment Share on other sites More sharing options...
L8V2L Posted June 24, 2014 Author Share Posted June 24, 2014 Okay. Link to comment Share on other sites More sharing options...
L8V2L Posted July 5, 2014 Author Share Posted July 5, 2014 (edited) truncate the pages on these two links: http://www.w3schools.com/js/js_statements.asphttp://www.w3schools.com/js/js_syntax.asp and put them in the reference as one label expression and statment above object, or better yet and seperate pages and add operation underneath them. the below are just me being me! http://www.w3schools.com/js/js_comments.asp add this two statement too, but turncate it very. http://www.w3schools.com/js/js_variables.asp and this too: http://www.w3schools.com/js/js_variables.asp <~~ and that too. Turncate it and add it. Edited July 5, 2014 by L8V2L Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now