6/02/2015

Test code Cpp

int main(){

int a = 10;

printf("The big bang theory");

return 0;
}
>

function test(){
console.log("The big bang theory");
}

String.prototype.reverse(){
for (i = this.length -1; i >= 0; i--){
    console.log(charAt(i));
}
};

var x = "caothuvolam";
console.log(x.reverse);

No comments:

Post a Comment