JSFiddle - React, Tailwind, and code Playground

by John Wick

JavaScript

var tags = ['favorlink_', 'user_tags_'];

var qryStr = 'includeTags=';
tags.forEach((t) => {
	qryStr += `&${t}`;
});
console.log('query:', qryStr);