Posts by Márcio Christian Da Silva • 1 point
2 posts
-
0
votes1
answer22
viewsQ: When hovering over the images, the text of the "name" property should be displayed, as in the first image, with the title Twitter
const express = require('express') const cors = require('cors') const app = express() const circles = [ { id: 1, name: 'Twitter', image: 'img/twitter.jpg', color: '#aa2b31', size: 3 }, { id: 2,…
-
0
votes1
answer93
viewsQ: Return the Array to green. When the button is clicked, return the value immediately above the button
Return an array with each green value on the page load (show in console). When the button is clicked, return the value immediately above the button. <!DOCTYPE html> <html lang="pt">…