FF
Discover:
Articles
Logs
Tags
About Me
How to open an URL with javascript
Posted on January 26, 2022
New Product!
AskYourData
: AI/LLM based data analytics (JS SDK + Tool).
It's dope! 🤯
Here the tip to open on a new tab:
window
.
open
(
'/my-page.html'
,
'_blank'
)
← How to like tweets automatically with Twitter API and Netlify Serverless functions
Reduce an object filtering out some keys →