• Home
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms & Conditions
Monday, March 20, 2023
No Result
View All Result
Indian Buzz Today
  • Home
  • Global News
  • Startup & Business
  • Politics
  • Sports
  • Tech
  • Bollywood
  • Celebrities
  • Fashion
  • Lifestyle
  • Beauty
  • Home
  • Global News
  • Startup & Business
  • Politics
  • Sports
  • Tech
  • Bollywood
  • Celebrities
  • Fashion
  • Lifestyle
  • Beauty
No Result
View All Result
Indian Buzz Today
No Result
View All Result
Home Tech

The right way to Use Google Docs as a Code Runner

by indianbuzz
January 23, 2023
in Tech
0
The right way to Use Google Docs as a Code Runner
0
SHARES
0
VIEWS
Share on FacebookShare on Twitter


There’s a method to make use of Google Docs as a programming IDE and run JavaScript code contained in the editor.


You could have been utilizing Google Docs to put in writing paperwork and essays however do you know that the identical editor may also be used to put in writing and run JavaScript code?

It’s no substitute for a devoted IDE like Visible Studio code however Google Docs can be utilized as a JavaScript playground to rapidly run code snippets.

Right here’s a pattern doc written in Google Docs and the doc physique incorporates a JavaScript perform that calculates the variety of days left till the following Christmas.

Go to the Code Runner menu, select Run JavaScript and the output of the perform will show in a popup. See demo

Google Docs - Code Runner

Code Runner in Google Docs

Internally, there’s somewhat Google Apps Script that’s doing the magic. It reads the physique of your Google Doc as a textual content string and makes use of the eval() perform of JavaScript to judge the textual content.

/**
 * @OnlyCurrentDoc
 */

perform codeRunner() {
  const doc = DocumentApp.getActiveDocument();
  const textual content = doc.getBody().getText();
  const response = eval(textual content);
  DocumentApp.getUi().alert(response);
}

perform onOpen() {
  const ui = DocumentApp.getUi();
  const menu = ui.createMenu('Code Runner');
  menu.addItem('🦄 Run JavaScript ', 'codeRunner');
  menu.addToUi();
}

Associated studying:



Source_link

indianbuzz

indianbuzz

Next Post
10 Fascinating Details You Did not Know About Apple

10 Fascinating Details You Did not Know About Apple

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular News

    Indian Buzz Today

    Welcome to Indian Buzz The goal of Indian Buzzis to give you the absolute best news sources for any topic! Our topics are carefully curated and constantly updated as we know the web moves fast so we try to as well.

    Category

    • Beauty
    • Bollywood
    • Celebrities
    • Fashion
    • Global News
    • Lifestyle
    • politics
    • Sports
    • Startup & Business
    • Tech

    Site Links

    • Home
    • About Us
    • Contact Us
    • Disclaimer
    • Privacy Policy
    • Terms & Conditions

    Recent Post

    • 5 Methods to Fashion Your Pure Silk Kanchipuram Saree – Cherry on High
    • ‘Why Is Anupam Mittal Impolite To You?’ Shark Tank India’s Amit Jain Responds On Reddit AMA
    • OnePlus 11R Evaluation: Right here comes the flagship killer (assassin!), the unique gangster

    Copyright © 2022 Indianbuzz.today | All Rights Reserved.

    No Result
    View All Result
    • Home
    • Global News
    • Startup & Business
    • Politics
    • Sports
    • Tech
    • Bollywood
    • Celebrities
    • Fashion
    • Lifestyle
    • Beauty

    Copyright © 2022 Indianbuzz.today | All Rights Reserved.