script tag

1639 questions


1 answers
40 views
0
I want to disable keystrokes in game over using JavaScript.

This is my first time posting.We develop simple games with JavaScript.The challenge now is to disable the key when the player hits the enemy so that it cannot be operated.Currently, even if the player...

1 years ago

1 answers
69 views
0
GAS "The item with the specified ID could not be found or you do not have permission to access" error.

I want to use GAS to retrieve the specified folder in my google drive, but every time I run a script, I get an error message saying, I couldn't find an item with the specified ID or I don't have permi...

1 years ago

1 answers
76 views
0
If you change the marker size dynamically while drawing the marker with canvas on the leaflet, the event decision will be misaligned.

Thank you for your help.If you click on the marker you want to display in the leaflet, a pop-up will be displayed.This marker is drawn in canvas and You can change the size dynamically.If you change t...


1 answers
83 views
0
Error writing to spsi by gspread

While writing to a spreadsheet using the gspread library, the following error occurred:gspread.exception.APIerror: { error: { code: 401, message: Request had invalid authentication credentials.Expecte...

1 years ago

1 answers
85 views
0
I don't know how Nxt.js is different compared to Vue.js.

Are there any differences other than the following?·Easy server-side rendering·Vue-router and vuex settings are easy

1 years ago

1 answers
111 views
0
What are the HTML links generated by Gatsby.js?

I'd like to make a page transition between the HTMLs that appear in the public folder with the gatsby build command.When operating locally, the link becomes a relative path like file://pandas-and-bana...

1 years ago

1 answers
75 views
0
I want the time to be displayed correctly.

The description of the time is obviously strange, but I don't know how to cure it.function myFunction(){ let year = new Date().getFullYear(); const startDate = new Date(2020/4/1 12:00); console.log(st...


2 answers
115 views
0
Is this mountain-shaped mark that you often see on the web content an image?Text?

Regarding the part enclosed in red, what should I do to print it out in text?I think it's longer than the OR and OR symbols.

1 years ago

1 answers
115 views
0
Which should I learn, ES5 or ES6?

Hello, I'm starting to learn JavaScript.I started learning on the online learning site, but the lessons were divided between ES6 and ES5.If you want to learn from now on, do you only need to learn ES6...

1 years ago

3 answers
89 views
0
I want to substitute a value for a variable in a file with Bash.

I want to substitute the variable I set in the command to the variable in the file, but I'm having trouble because I don't know how to substitute it.Isn't there a way to substitute the value outside t...

1 years ago
« - 16 - »

© 2024 OneMinuteCode. All rights reserved.