Skip to content

Instantly share code, notes, and snippets.

@ml3z
ml3z / index.html
Created August 4, 2020 19:09
Responsive Web Design Projects - Build a Technical Documentation Page
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
<!--
Hello Camper!
For now, the test suite only works in Chrome! Please read the README below in the JS Editor before beginning. Feel free to delete this message once you have read it. Good luck and Happy Coding!
- The freeCodeCamp Team
@ml3z
ml3z / NY_restaurant.txt
Created September 20, 2021 00:13 — forked from nguyenhaison183/NY_restaurant.txt
Project: New York restaurant | Codecademy | Analyze data with SQL | 2. Writing Basic Queries | Queries
SELECT *
FROM nomnom;
SELECT DISTINCT neighborhood
FROM nomnom;
SELECT DISTINCT cuisine
FROM nomnom;
SELECT *