JAVASCRIPT SAMPLES - A SMALL SERIES FOR HANDS ON IN UI SCRIPTS

Hello Buddies.

I have seen many instances where being a developer, who has tasted the front end some or the other time, you are asked if you have created something javascript or any other JS library.

If you have, great, it gives you an edge. But what if you feel like you haven't spent quite a sometime on the UI alone, but were always going with the application all together, at your workplace.



To deal with such scenarios, I thought why not we should have some basic javascript functions that on the one side can be fun to create like games, and on the other side can showcase your effort spent on the same.

So combining few of such interesting samples, that will give you a flavour of maths, logical reasoning and of course UI programming.

You can refer to these 4 posts for this moment and can come back later with better versions or suggestion for our buddies, or to see if the post has been updated, if that interests you ;)

Moving on, here are the 4 add ons to your profile -

1. http://thecodebuddy.blogspot.in/2017/03/javascript-samples-tic-tac-toe-game.html
    Click here

2. http://thecodebuddy.blogspot.in/2017/03/javascript-samples-hungry-snake.html
    Click here

3. http://thecodebuddy.blogspot.in/2017/03/javascript-samples-shooting-game.html
    Click here

4. http://thecodebuddy.blogspot.in/2017/03/javascript-samples-racing-cars-simple.html
    Click here

These posts also have got the links to their respective git repositories. Feel free to explore and discover.

Happy Coding!!

No comments:

Post a Comment

Featured post

Oracle SQL Scheduled Jobs - An Interesting Approach

  Oracle SQL Scheduled Jobs A DB Scheduler is the best way to automate any backend database job. For instance, if you want to process the p...