Skip to content

Aminadft/lighthouse-web-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Amina's Notes

Summary

This repository was made with love. It contains all of the notes taken by Amina for the Lighthouse Labs Web Development Bootcamp.

Table Of Contents

  • Week 1

    Tips

    Try experimenting with the comparison operators (<, >, ===, etc.) in the node REPL, which you can launch using the node command in Vagrant. Work on your code iteratively – that means in small pieces. To help you figure out how to use hungry and availableTime inside your function, try outputting their values to the Terminal as follows.
    function whatToDoForLunch(hungry, availableTime) {
    console.log("hungry is", hungry);
    console.log("availableTime is", availableTime);

}



 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors