script tag

1639 questions


1 answers
466 views
0
I want to use TypeScript by pulling out the mold inside the associative array.

Please tell me how to pull the hierarchy inside the associative array.type Outside={ key: { a: number; b:string; }}// I want to create an inside type from an outside type key (the outside type must no...

1 years ago

1 answers
301 views
0
How to Pass a Two-Dimensional Array to Vue3

I am creating a test app with Vue3 in Google Apps Script.I've tried many things with client-side Javascript, but I can't turn it around with v-for, whether the two-dimensional array is Object type?How...


1 answers
414 views
0
I want to automatically assign the username of the executor in GAS

I would like you to automatically enter the person who executed this script in the vertxt='; section. What should I do from here?We have removed some of the var url parts for confidentiality.function ...

1 years ago

1 answers
440 views
0
I want to get the email address of the person who accessed it in GAS, get the matching cell from Spreadsheet, replace the email address with a name, and send it to chat.

I would like to obtain the data of the cell to the right of the cell matching the email address in the program shown below and substitute the text below.var payload={ text—text }What I've tried so far...


1 answers
299 views
0
Which is better to write the conditional branch, the caller or the caller?

Suppose you have two JavaScript codes:Except for fine performance, both should get the same output.The difference is that if the variable isMorning is true, call the function morningGreeting() or the ...

1 years ago

1 answers
349 views
0
I would like to know how to make the json data generated by C# available in javascript.

Regarding the presentation code, I would like to refer to the json string of let json in the source code below in the form of arr.name, but why is it displayed as undefined?I checked the reference sit...

1 years ago

1 answers
424 views
0
Cannot delete cookies using javascript

I would like to create a bookmarklet that can delete all cookies on the site using javascript.While checking the browser console, alert(document.cookie); I was able to check which cookies exist using ...

1 years ago

1 answers
338 views
0
Information About Local Communication with A-painter

I would like to draw with various elements because it can be expanded using VR paint software called A-painter, and since it is possible to develop locally, I am trying to draw on local communication....


1 answers
298 views
0
Please let me know how to change the image.

I am currently learning front-end technology.Could someone tell me how to change the image of the code below?Thank you for your cooperation.console.clear();const canvas= document.getElementById(hero-l...

1 years ago

1 answers
405 views
0
I want to automatically replace my username with GAS.

I'd like you to automatically enter the person who executed this script in this part of vartxt=';, what should I do from here?function onOpen2(){ varurl='https://chat.googleapis.com'; var text = 'Auto...

1 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.