Hello world in Javascript and PHP
Posted on 16 August, 2016 in General
Welcome!!
Hello! My name is Ramon Escamilla and I am a web developer. I will be posting code tidbits and tips on how to code different situations. My skill set is PHP, mysql, css, javascript, jquery, reactjs, redux, and HTML5.
PHP
echo “Hello World”;
Javascript
console.log(“Hello World”);
alert(“Hello World”);
0 thoughts on“Hello world in Javascript and PHP”