Cyndi's Code Critic

Project 1 - Phase 2

Issues

Issue #2

Unfixed typo in function call: 'undefined' instead of 'defined'

Comment on Issue #2
Back to Issue List Roadmap Subphase 1 Subphase 2

Related Issues

Issue #1: Unfixed typo in variable name: 'foo' instead of 'bar'

Subissue #1

Unfixed typo in function name: 'func' instead of 'func'

Subissue #2

Unfixed syntax error: 'if' statement not properly terminated

Related Code

                // Unfixed typo in function call: 'undefined' instead of 'defined'
                public function foo() {
                    return undefined;
                }