AirBNB is a classic example of a booking site, and learning how to build AirBNB allow us to learn many things. In this tutorial, you will learn how to
- Basic of HTML, CSS and JavaScript
- Display image
- Interaction
- Send details to email
[js]
window.addEvent(‘domready’, function(){
console.info(‘Hello Enlighter’);
});
[/js]
Never know we can do inline [js]console.log()[/js] too.
0 Comments