JavaScript Reference

JavaScript – break Statement

The break statement stops code execution within the switch, and also breaks out of a loop, continuing to execute code that comes after the loop.

JavaScript Reference

JavaScript – continue Statement

The continue statement breaks an iteration in the loop, if a specified condition occurs, and then continues with the next iteration in the loop.

JavaScript Reference

JavaScript – for…in Statement

The for…in statement loops over the properties of an object, executing a block of code inside the loop once for each item found.

JavaScript Reference

JavaScript – for…of Statement

The for…of statement loops over the values of any iterable, executing a block of code inside the loop once for each item found.

PHP Reference

PHP – as Keyword

The PHP as keyword is used by the foreach loop to establish which variables contain the key and value of an element.

PHP Reference

PHP – break Keyword

The PHP break keyword is used to break out of for loops, foreach loops, while loops, do… while loops and switch conditions.

PHP Reference

PHP – for Keyword

The PHP for keyword is used to create a for loop, which loops through a block of code a specified number of times.

PHP Reference

PHP – foreach Keyword

The PHP foreach keyword is used to create foreach loops, which loops through a block of code for each element in an array.

HTML
CSS
JavaScript
jQuery
PHP
SQL
WordPress
HTML
CSS
JavaScript
jQuery
PHP
SQL
WordPress

Why 1SMARTchicken?

This site was built and is maintained to benefit my autistic son.
See More →

My Son's Name is Johnny

He was diagnosed as autistic quite late, at age four...
His story

Buy Me a Coffee

Thanks for your support!

1SMARTchicken Icon