Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,152,961 members, 7,817,819 topics. Date: Saturday, 04 May 2024 at 08:23 PM

Javascript Code Not Performing Its Functionality - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Javascript Code Not Performing Its Functionality (845 Views)

How Can I Run Javascript Code On Vs Code / Please Help With This Javascript Code / Need Someone To Help With My Javascript Code (2) (3) (4)

(1) (Reply) (Go Down)

Javascript Code Not Performing Its Functionality by Legolast: 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: 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: 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)

Advice!!! Msc In Agriculture Or Computer Sci / Free download : androHacker (SPH) / PHP Intern Needed - Skilled In Ajax & Js, Others.

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 15
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.