When learning how to code in various languages, it often times helps to know the proper way to comment out certain items. If you don’t already know what it means to add a ‘comment’ to the code, just little notes. It can also be used to block something out, it’s stopping a certain piece of code from it being read by the browser, or whatever have you. Lets start, shall we?
   
Welcome to SoDevious.Net
This is a design blog targeted specifically to teenage designers. It will showcase articles from a teenagers point of view in this emerging industry. If there are requests, please direct them to sodevious.net@gmail.com.
Commenting your Code
When learning how to code in various languages, it often times helps to know the proper way to comment out certain items. If you don’t already know what it means to add a ‘comment’ to the code, just little notes. It can also be used to block something out, it’s stopping a certain piece of code from it being read by the browser, or whatever have you. Lets start, shall we?