JavaScript - 101 Computing https://www.101computing.net Boost Your Programming Skills! Fri, 19 Aug 2022 08:25:02 +0000 en-US hourly 1 https://www.101computing.net/wp/wp-content/uploads/cropped-android-chrome-512x512-1-32x32.png JavaScript - 101 Computing https://www.101computing.net 32 32 Information Board: Javascript Challenge https://www.101computing.net/information-board-javascript-challenge/ Thu, 31 Mar 2022 11:29:31 +0000 https://www.101computing.net/?p=13937 In this challenge we are creating an information board that displays key messages on a LED screen that consists of 4 rows of 20 characters. We have created the HTML, and CSS code to render the board on the screen

The post Information Board: Javascript Challenge first appeared on 101 Computing.

]]>
Othello Game https://www.101computing.net/othello-game/ Mon, 25 Sep 2017 11:25:52 +0000 http://www.101computing.net/?p=5106 Othello (a.k.a. Reversi) is a strategy board game for two players, played on an 8×8 board. There are sixty-four identical game pieces called discs which are white on one side and black on the other. Players take turns placing discs

The post Othello Game first appeared on 101 Computing.

]]>
Equalizer Animation Using JavaScript https://www.101computing.net/equalizer-animation-using-javascript/ Mon, 10 Jul 2017 21:25:34 +0000 http://www.101computing.net/?p=4829 When your browser displays a webpage on screen it uses 3 different programming languages called HTML, CSS and JavaScript. We call the combination of these three languages “client-side web technologies”. Each of the three language has its own syntax and

The post Equalizer Animation Using JavaScript first appeared on 101 Computing.

]]>
Connect4 Challenge https://www.101computing.net/connect4-challenge/ Wed, 24 May 2017 13:09:41 +0000 http://www.101computing.net/?p=4660 In this blog post you will use HTML, CSS, and JavaScript to complete this game of connect 4 for two players. (Rules of the game) You will first need to reverse-engineer the code provided. The code so far is used

The post Connect4 Challenge first appeared on 101 Computing.

]]>
Mind the Gap https://www.101computing.net/mind-the-gap/ Sat, 11 Mar 2017 11:48:37 +0000 http://www.101computing.net/?p=4195 When your browser displays a webpage on screen it uses 3 different programming languages called HTML, CSS and JavaScript. We call the combination of these three languages “client-side web technologies”. Each of the three language has its own syntax and

The post Mind the Gap first appeared on 101 Computing.

]]>
Keep Calm and Carry On Coding https://www.101computing.net/keep-calm-and-carry-on-coding/ Thu, 09 Mar 2017 21:03:21 +0000 http://www.101computing.net/?p=4173 When your browser displays a webpage on screen it uses 3 different programming languages called HTML, CSS and JavaScript. We call the combination of these three languages “client-side web technologies”. Each of the three language has its own syntax and

The post Keep Calm and Carry On Coding first appeared on 101 Computing.

]]>
What’s My Change? https://www.101computing.net/whats-my-change/ Mon, 16 May 2016 21:55:30 +0000 http://www.101computing.net/?p=3096 Your Challenge Using either Python or HTML + JavaScript, write a program that prompts the end-user to enter two values: Value 1: Amount to be paid by the customer Value 2: Amount received from the customer The program should then

The post What’s My Change? first appeared on 101 Computing.

]]>
Resistor Value Calculator https://www.101computing.net/resistor-value-calculator/ Wed, 11 Mar 2015 13:24:33 +0000 http://www.101computing.net/?p=1655 When designing electronic circuits you may need to use resistors. Each resistor has a resistance value expressed in ohms (Ω). Resistors are identified by a series of concentric coloured bands. Each band colour has a value which is used to

The post Resistor Value Calculator first appeared on 101 Computing.

]]>
HTML Applications (.HTA) https://www.101computing.net/html-applications-hta/ Sun, 11 May 2014 09:55:34 +0000 http://www.101computing.net/?p=218 Have you ever heard of HTA files aka HTML Applications? If you not here is what you need to know about HTA: HTA files look very similar to HTML files but when you save them you need to give them

The post HTML Applications (.HTA) first appeared on 101 Computing.

]]>
Can you explain this equation? https://www.101computing.net/can-you-explain-this-equation/ Tue, 01 Apr 2014 09:25:42 +0000 http://www.101computing.net/?p=105 == and != are called comparison operators. They are used to compare two values and see whether they are the same (==) or check if they are different (!=). E.g. if (gender=="Male") alert("You are a man.");  = is used to

The post Can you explain this equation? first appeared on 101 Computing.

]]>