₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,003 members, 8,419,885 topics. Date: Thursday, 04 June 2026 at 06:19 AM

Toggle theme

Javascript Code Not Performing Its Functionality - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingJavascript Code Not Performing Its Functionality (939 Views)

1 Reply (Go Down)

Javascript Code Not Performing Its Functionality by Legolast(op): 8:58am On Jan 19, 2019
Hi programmers,

I am new to Javascript, so I have been playing around with it until I got hooked up with this code. The code seems correct b'cos my VS Code is not showing error and also my console doesn't log any error, still it doesn't not show my expectations. I will share my HTML5, CSS and Javascript code below with my expectations and also what I am getting. It is a small code. Thanks
Re: Javascript Code Not Performing Its Functionality by Legolast(op): 8:59am On Jan 19, 2019
My HTML5 code:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Color Game</title> <link rel="stylesheet" href="css/colorgame.css"> </head> <body> <h1>The Great <span id="colorDisplay">RGB</span> Color Game</h1> <div id="container"> <div class="square"></div> <div class="square"></div> <div class="square"></div> <div class="square"></div> <div class="square"></div> <div class="square"></div> </div>



<script type="text/javascript" src="js/colorgame.js"></script> </body> </html>
Re: Javascript Code Not Performing Its Functionality by Legolast(op): 9:00am On Jan 19, 2019
MY CSS

body { background-color: #232323; }
.square { width: 30%; background: purple; padding-bottom: 30%; float: left; margin: 1.6%; }
#container { max-width: 600px; margin: 0 auto; }
h1 { color: white; }
Re: Javascript Code Not Performing Its Functionality by waali(m): 4:40pm On Jan 19, 2019
What are your expectations and what are you getting? Can you show us your JavaScript code?
Re: Javascript Code Not Performing Its Functionality by Capnd143(m): 5:18pm On Jan 19, 2019
Where's colorgame.js file? What do you want it to do?
1 Reply

How Can I Run Javascript Code On Vs CodePlease Help With This Javascript CodeNeed Someone To Help With My Javascript Code234

Larisoft Espionage :This Tool Is Strictly For Learning PurposesLearn How To Design Android Apps From ScratchTplinkwifi.net Not Working - Troubleshooting