Thank you so much - loved the video, super helpful and simple enough for me to understand
@saperis Жыл бұрын
You're very welcome! 😀
@ynnekgreb6 ай бұрын
🤩
@VinitKhandagle2 жыл бұрын
Awesome 👏
@saperis2 жыл бұрын
Thanks 🤗
@nadiasaidyez9109 Жыл бұрын
Hi Saperis, I'm Beginner on javascript I watch your video to learn about code. I'm not in programming background My background is Finance what should my first step ?
@saperis Жыл бұрын
I suggest writing as much code as you can. Here is a playlist full of videos you can follow along: kzbin.info/aero/PLNwCcck1-mNgASuUVvHeK282pvHzgWP-6
@nadiasaidyez9109 Жыл бұрын
@@saperis Do you have any course for beginner those who are not from programming background?
@saperis Жыл бұрын
@@nadiasaidyez9109 No, I don't have a JavaScript course.
@DaniellaJulius Жыл бұрын
true
@saperis Жыл бұрын
😀
@rockingraghav4992 жыл бұрын
Hi Saperis, Hope you are doing well and staying safe!! Hi. I'm unable to convert date format using utilities service. Can you please help? Actual Out put from the spreadsheet is Tue Aug 30 17:00:51 GMT+05:30 2022 And when I try to convert it to yyyy-mm-dd format using the utility service, the output I get is gibberish "2022-33-30" Here is the code: var dueDate = sheet.getRange('I:I').getValues(); dueDate = new Date(); dueD = Utilities.formatDate(dueDate, "GMT+05:30", "yyyy-mm-dd"); Cheers,
@saperis2 жыл бұрын
Your code looks good at the first glance. But I don't have any experience with the Utilities object so I wouldn't know anymore than is written in the documentation: developers.google.com/apps-script/reference/utilities/utilities?hl=en#formatdatedate,-timezone,-format
@rockingraghav4992 жыл бұрын
@@saperis Thanks dear.
@gisvectorsurveillance3216 Жыл бұрын
Age 1 is not equal to age 2 in JavaScript
@saperis Жыл бұрын
Perfect! 👍
@arvvee1832 Жыл бұрын
FALSE. But what if the line had read: age1 == age2 ?