Skip to content

Conversation

@RMacfarlane
Copy link
Collaborator

Remove unused variables in index.js, prefix unused params with '_'

@RMacfarlane RMacfarlane self-assigned this Jun 20, 2018
router.get('/', function (req, res, next) {
var productId = products && products[0].id;

router.get('/', function (_req, res, _next) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good work!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bold italics

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

foo

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

abc

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ctrl + enter to submit

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMAGE ALT TEXT HERE

Copy link

@alexdima alexdima Aug 29, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMAGE ALT TEXT HERE

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMAGE ALT TEXT HERE

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMAGE ALT TEXT HERE

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMAGE ALT TEXT HERE

});

router.get('/add/:id', function(req, res, next) {
router.get('/add/:id', function(req, res, _next) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

id?

});

router.get('/cart', function(req, res, next) {
router.get('/cart', function(req, res, _next) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cart?

@RMacfarlane
Copy link
Collaborator Author

I'll do a pass over the rest of the files as well

@RMacfarlane
Copy link
Collaborator Author

Everything else looks pretty good

@RMacfarlane RMacfarlane closed this Jul 5, 2018
@RMacfarlane RMacfarlane reopened this Jul 5, 2018
@RMacfarlane RMacfarlane closed this Jul 5, 2018
@RMacfarlane RMacfarlane reopened this Jul 5, 2018
@RMacfarlane RMacfarlane closed this Jul 5, 2018
@RMacfarlane RMacfarlane reopened this Jul 5, 2018
@RMacfarlane RMacfarlane closed this Jul 5, 2018
@RMacfarlane RMacfarlane reopened this Jul 5, 2018
@RMacfarlane RMacfarlane closed this Jul 5, 2018
@RMacfarlane RMacfarlane reopened this Jul 5, 2018
@RMacfarlane RMacfarlane closed this Jul 5, 2018
@RMacfarlane RMacfarlane reopened this Aug 16, 2018
@RMacfarlane
Copy link
Collaborator Author

beep beep

title: 'NodeJS Shopping Cart',
products: products
}
);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blah:
screen shot 2018-08-22 at 4 48 06 pm

@RMacfarlane RMacfarlane reopened this Aug 28, 2018
Repository owner deleted a comment from rebornix Aug 28, 2018
@RMacfarlane RMacfarlane reopened this Aug 29, 2018
Rachel Macfarlane added 2 commits August 28, 2018 17:16
.dropdown-menu .cart {
min-width: 250px;
padding: 15px 25px 0;
margin: 0;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0px

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

start my review

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

third

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants