Nautomate connects Notion to Shortcuts and gives you automation superpowers. 🦸🏻
This example page shows just a few of the blocks available using Nautomate!
https://www.youtube.com/watch?v=aA7si7AmPkY
https://www.youtube.com/watch?v=PxQjqYN23vc
// js program to perform string comparison
const string1 = 'JavaScript Program';
const string2 = 'javascript program';
// compare both strings
const result = string1.toUpperCase() === string2.toUpperCase();
if(result) {
console.log('The strings are similar.');
} else {
console.log('The strings are not similar.');
}
| First Name | Surname | Age |
|---|---|---|
| Paul | Butcher | 28 |
| Sally | Fielding | 44 |