"what is javascript" | Result is an exact match |
html AND css | Result will contains both terms |
(javascript OR python) free course | Results will contain either term in parenthesis |
Javascript -css | Excludes “css” from results |
"how to start * in 6 months" | Wildcard is replaced by any word |
site:freecodecamp.org | Constrains results to given site |
filetype:pdf learn css | Constrains results to given file type |
ecmascript 2016..2018 | Results include all between the range of numbers |
javascript before:2020 | Results from before a certain date |
javascript after:2020 | Results from after a certain date |