JSFiddle - React, Tailwind, and code Playground

JavaScript

var num = 5;
var str = '?paged=15';
var n = str.replace('15',num);

alert(n);