First Bootstrap Warmup
Using Bootstrap, create a site that uses the following bootstrap components: * Navbar * 3 Buttons of various colors & sizes * An
Using Bootstrap, create a site that uses the following bootstrap components: * Navbar * 3 Buttons of various colors & sizes * An
Create a model to represent the database of a new social media platform you're creating. It can be about whatever you want, but it needs the following: * At least 3 nested levels of data (including objects and arrays) * At least 1 method * Span across at least 50 lines of code.
You're starting your business as a strictly online DJ (DJ JS) and you want to start by creating a website where people can change the color of a square on the page by interacting with different HTML Events. The square's color will change as follows: * Blue when the mouse hovers
Using Jasmine as your testing framework, copy your Letter Frequency exercise and write any tests for it. You should create a sample phrase, run it through your function, and check that it's outputting the correct number of letters.
You're opening a new sandwich shop in Silicon Valley called JSON's Deli which is geared specifically towards programmers. You need to come up with a menu to display all of your items, and you decided you want to write it up in JSON format to delight your customer base. * The