- Testing Content
cloud101.js
console.log("Testing");
var a=2;
var b=4;
console.log("Sum: "+a+b);
- Here is an introduction of the javascript concept code snippet.
- Test Test
- Test test test
dggxx - A hyperlink to something google.com

Apex Class
public class className{
public static void methodName(){
system.debug("A Class with Some Method Name");
}
}



