:warning: jordydew already gave fortmaximus points
:cookie: 875 | @skycoder01 |http://www.freecodecamp.com/skycoder01
@isanbothra The bootstrap js file is needed for the Bootstrap 4 Navbar Button. https://v4-alpha.getbootstrap.com/components/navbar/#how-it-works
Navbars are responsive by default, but you can easily modify them to change that. Responsive behavior depends on our Collapse JavaScript plugin.
var wikiApi = "https://en.wikipedia.org/w/api.php?action=query&list=search&srsearch=Albert%20Einstein&format=json&utf8=";
$.getJSON(wikiApi, function (data){
document.getElementById("title").innerHTML = data.search;
});
:cookie: 876 | @skycoder01 |http://www.freecodecamp.com/skycoder01
moustaflo sends brownie points to @skycoder01 :sparkles: :thumbsup: :sparkles: