Jump to content

Statement and expression in JavaScript's reference


L8V2L

Recommended Posts

Statement and expression in JavaScript's reference. condition, loop statement, etc.

Edited by L8V2L
Link to comment
Share on other sites

what are you looking for that you can't find? have you even looked in the reference? I found everything in your post

and the whole reference of everything

http://www.w3schools.com/js/DEFAULT.asp

Link to comment
Share on other sites

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 everythinghttp://www.w3schools.com/js/DEFAULT.asp

 

It's not in reference.
Link to comment
Share on other sites

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 by L8V2L
Link to comment
Share on other sites

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

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

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

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 by L8V2L
Link to comment
Share on other sites

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 reference

There is:https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/StatementsThere aren't that many statements.
Link to comment
Share on other sites

  • 2 weeks later...

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 by L8V2L
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...