FF
Discover:
Articles
Logs
Tags
About Me
How to open an URL with javascript
Posted on January 26, 2022
New Venture!
EloquentOps
: a
Retool+AI
bootique for rapid software development.
We're damn fast! 🚀
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 →