Tag: JavaScript

Posted in Coding

Base syntax differences between Python and JavaScript – part 1

Here are some of the syntax differences between Python and JavaScript: Syntax for defining variables: In Python,…

Posted in Web

How to add a click on a row in a table and keep the links active

In my report project, I wanted to make a transition to the event (task) page directly from…