Posts by Murilo C. • 49 points
6 posts
-
0
votes1
answer22
viewsA: How to change the text of "Read More" in blogger’s HTML (blogspot)?
if that part changes: />";readmore(" to "read more" instead of readmore believe it solves your problem. Or at the beginning of your HTML code change en for pt-BR…
-
1
votes1
answer38
viewsQ: configure inputs and label with css
I’m having trouble aligning the label with the radio input, the label is below and the input is above. I’m using html and css. wanted the two of them to be on the same line with the radio input…
-
1
votes2
answers73
viewsQ: How to declare that an object in a Javascript array is empty
I made a program to simulate the administration of a parking lot. The console.log presents the amount of vacancies and which cars are in this vacancy. However I did 4 vacancies with 4 cars, and I…
-
1
votes3
answers136
viewsQ: How to count from "1" instead of "0" in a Javascript array
I’m studying vectors and I used cars and parking spaces for example. But the console.log starts from the 0 and I wanted him to tell from the 1 and even so present 4 vacancies "1, 2 , 3, 4". Code:…
-
0
votes1
answer604
viewsA: Uncaught Typeerror: cannot read Property 'value' of null
I replaced "queryselector" with "getElementsbyid" and it also worked without using the required queryselector.
-
-3
votes1
answer604
viewsQ: Uncaught Typeerror: cannot read Property 'value' of null
This is a small project to train(it recommends series according to the data) and gives the following error in value by clicking 'ok'': Uncaught TypeError: cannot read property 'value' of null html…