This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Boring | |
| if (isThisAwesome) { | |
| alert('yes'); // it's not | |
| } | |
| // Awesome | |
| isThisAwesome && alert('yes'); | |
| // Also cool for guarding your code | |
| var aCoolFunction = undefined; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| print("welcome to the Business keyword generator") | |
| print("these are your options as we are still working on this website") | |
| print("Consumer") | |
| print("Trader") | |
| print("Brand name") | |
| print("Contract") | |
| print("Consideration") | |
| print("Implied conditions") | |
| print("3Rs") | |
| print("Gurantee or Warranty") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| "Automotive", | |
| "Budgeting", | |
| "HVAC", | |
| "Heaters", | |
| "Hydraulics", | |
| "Logistics Management", | |
| "Management", | |
| "Negotiation", | |
| "Project Planning", |
OlderNewer