Skip to content

Instantly share code, notes, and snippets.

@ashishkujoy
Created September 28, 2025 05:02
Show Gist options
  • Select an option

  • Save ashishkujoy/ccbaa4eb69542f1c7057c129f452937f to your computer and use it in GitHub Desktop.

Select an option

Save ashishkujoy/ccbaa4eb69542f1c7057c129f452937f to your computer and use it in GitHub Desktop.
JS Functions 1 Lint Report

Js Functions 1 Assignment - Assessment Report

Generated on: September 28, 2025

πŸ“Š Overall Summary

Metric Value
Total Interns 57
Pass Rate 100%
Average Score 98%
Total Failing Tests 65
Total Lint Issues 1591

πŸ‘₯ Individual Intern Performance

Rank Intern Name Score Tests Passed Tests Failed Lint Issues
1 Abhay Pratap Singh 100% 77 0 16
2 Adarsh 100% 77 0 30
3 Adithyan 100% 77 0 24
4 Aniruddha 100% 77 0 17
5 Arijit 100% 77 0 4
6 Dasari Karthik 100% 77 0 33
7 Deepak Bahuguna 100% 77 0 4
8 Gautham 100% 77 0 24
9 Gopi 100% 77 0 12
10 Gurram Chiranjeevi 100% 77 0 31
11 Haider 100% 77 0 16
12 Haji hussain 100% 77 0 29
13 Hem Pradeep 100% 77 0 6
14 Himanshu 100% 77 0 13
15 Ibrahim 100% 77 0 33
16 Javed 100% 77 0 20
17 Jayanth 100% 77 0 3
18 Khaji Umar 100% 77 0 5
19 Khasim 100% 77 0 15
20 Lakshmi Charitha 100% 77 0 30
21 Lavkush 100% 77 0 45
22 Nandini Dasari 100% 77 0 36
23 Nikhil Chodavarapu 100% 77 0 15
24 Nitesh 100% 77 0 29
25 Pradip Chjana 100% 77 0 17
26 Pradipta 100% 77 0 18
27 Rafiya 100% 77 0 23
28 Rahul Vishwakarma 100% 77 0 15
29 Sagnik Ghosh 100% 77 0 10
30 Sandip Saha 100% 77 0 36
31 Sanket Pawar 100% 77 0 17
32 Santo 100% 77 0 30
33 Shivang 100% 77 0 36
34 Sidhartha 100% 77 0 6
35 Sirisha 100% 77 0 81
36 Vikas yadav 100% 77 0 64
37 Vivek 100% 77 0 29
38 Yash 100% 77 0 19
39 Ajoy Bhunia 98% 76 1 23
40 Amisha Rawat 98% 76 1 8
41 Dinesh Kumar 98% 76 1 14
42 Jeniffer Jojo 98% 76 1 22
43 Kiranmai 98% 76 1 23
44 Oiendrila 98% 76 1 15
45 Paulami Dutta 98% 76 1 7
46 Priyanshu 98% 76 1 45
47 Rashmika Gandra 98% 76 1 49
48 Sivaji Sai 98% 76 1 39
49 Samiran 97% 75 2 34
50 Ayush 96% 74 3 76
51 Gorre Jyothi Praveen 96% 74 3 113
52 Dilli 94% 73 4 30
53 Mohanthi 92% 71 6 50
54 Som 92% 71 6 32
55 Athul S M 90% 70 7 12
56 Bhargavi 88% 68 9 53
57 Vismaya 80% 62 15 55

πŸ” Detailed Lint Issues

Abhay Pratap Singh {#abhay-pratap-singh}

find_index.js

  • 🟑 WARNING (Line 8, Column 7): 'textLen' is never reassigned. Use 'const' instead.

fizz_buzz.js

  • 🟑 WARNING (Line 40, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 54, Column 1): Function 'testAllCases' has too many lines (19). Maximum allowed is 15.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 21, Column 1): Function 'isSubstring' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 22, Column 25): Expected { after 'if' condition.

string_replace.js

  • 🟑 WARNING (Line 29, Column 1): This line has a length of 83. Maximum allowed is 80.
  • 🟑 WARNING (Line 37, Column 1): This line has a length of 88. Maximum allowed is 80.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 15): Identifier name 'f' is too short (< 2).
  • 🟑 WARNING (Line 34, Column 15): Identifier name 'f' is too short (< 2).
  • 🟑 WARNING (Line 39, Column 15): Identifier name 'c' is too short (< 2).
  • 🟑 WARNING (Line 43, Column 15): Identifier name 'c' is too short (< 2).
  • 🟑 WARNING (Line 47, Column 15): Identifier name 'k' is too short (< 2).
  • 🟑 WARNING (Line 51, Column 15): Identifier name 'k' is too short (< 2).
  • 🟑 WARNING (Line 56, Column 1): Function 'convert' has too many lines (23). Maximum allowed is 15.
  • 🟑 WARNING (Line 99, Column 1): Function 'testAllCases' has too many lines (17). Maximum allowed is 15.

Adarsh {#adarsh}

ends_with.js

  • 🟑 WARNING (Line 12, Column 1): Function 'endsWith' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 38, Column 62): Missing semicolon.
  • 🟑 WARNING (Line 39, Column 1): This line has a length of 81. Maximum allowed is 80.

find_index.js

  • 🟑 WARNING (Line 21, Column 10): 'index' is assigned a value but never used.

fizz_buzz.js

  • 🟑 WARNING (Line 22, Column 55): Unexpected whitespace before semicolon.
  • 🟑 WARNING (Line 31, Column 50): Unexpected whitespace before semicolon.
  • 🟑 WARNING (Line 39, Column 40): There should be no space before ','.
  • 🟑 WARNING (Line 39, Column 40): A space is required after ','.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (16). Maximum allowed is 15.

string_replace.js

  • 🟑 WARNING (Line 37, Column 40): There should be no space before ','.
  • 🟑 WARNING (Line 37, Column 40): A space is required after ','.

string_slice.js

  • 🟑 WARNING (Line 36, Column 40): There should be no space before ','.
  • 🟑 WARNING (Line 36, Column 40): A space is required after ','.
  • 🟑 WARNING (Line 45, Column 48): Missing semicolon.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (25). Maximum allowed is 15.
  • 🟑 WARNING (Line 48, Column 40): There should be no space before ','.
  • 🟑 WARNING (Line 48, Column 40): A space is required after ','.
  • 🟑 WARNING (Line 58, Column 30): Missing semicolon.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 1): Function 'convert' has too many lines (23). Maximum allowed is 15.
  • 🟑 WARNING (Line 35, Column 33): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 73, Column 19): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 73, Column 26): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 73, Column 36): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 80, Column 18): Missing semicolon.
  • 🟑 WARNING (Line 86, Column 15): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 99, Column 19): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 99, Column 37): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 99, Column 47): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 105, Column 19): Expected literal to be on the right side of <.

Adithyan {#adithyan}

ends_with.js

  • 🟑 WARNING (Line 12, Column 1): Function 'endsWith' has too many lines (19). Maximum allowed is 15.
  • 🟑 WARNING (Line 36, Column 1): This line has a length of 152. Maximum allowed is 80.
  • 🟑 WARNING (Line 36, Column 153): Missing semicolon.

find_index.js

  • 🟑 WARNING (Line 13, Column 1): Function 'findIndex' has too many lines (17). Maximum allowed is 15.
  • 🟑 WARNING (Line 35, Column 1): This line has a length of 147. Maximum allowed is 80.
  • 🟑 WARNING (Line 35, Column 148): Missing semicolon.

fizz_buzz.js

  • 🟑 WARNING (Line 30, Column 1): This line has a length of 113. Maximum allowed is 80.
  • 🟑 WARNING (Line 30, Column 114): Missing semicolon.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (20). Maximum allowed is 15.
  • 🟑 WARNING (Line 39, Column 9): 'actualOutputText' is assigned a value but never used.

string_replace.js

  • 🟑 WARNING (Line 14, Column 1): Function 'replace' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 24, Column 52): Missing semicolon.
  • 🟑 WARNING (Line 28, Column 23): Missing semicolon.
  • 🟑 WARNING (Line 41, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 46, Column 1): This line has a length of 102. Maximum allowed is 80.

string_slice.js

  • 🟑 WARNING (Line 18, Column 1): This line has a length of 91. Maximum allowed is 80.
  • 🟑 WARNING (Line 18, Column 35): Unexpected use of undefined.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (24). Maximum allowed is 15.
  • 🟑 WARNING (Line 38, Column 1): More than 1 blank line not allowed.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 1): Function 'convert' has too many lines (30). Maximum allowed is 15.
  • 🟑 WARNING (Line 32, Column 29): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 39, Column 26): Unexpected whitespace before semicolon.
  • 🟑 WARNING (Line 61, Column 1): More than 1 blank line not allowed.

Aniruddha {#aniruddha}

ends_with.js

  • 🟑 WARNING (Line 51, Column 1): Too many blank lines at the end of file. Max of 1 allowed.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 11, Column 1): Function 'isSubstring' has too many lines (20). Maximum allowed is 15.
  • 🟑 WARNING (Line 40, Column 1): Function 'testAll' has too many lines (42). Maximum allowed is 15.

string_replace.js

  • 🟑 WARNING (Line 29, Column 1): Function 'replace' has too many lines (17). Maximum allowed is 15.

string_slice.js

  • 🟑 WARNING (Line 32, Column 25): Unexpected use of undefined.

substring_count.js

  • 🟑 WARNING (Line 12, Column 1): Function 'occurrences' has too many lines (23). Maximum allowed is 15.
  • 🟑 WARNING (Line 13, Column 7): 'lengthOfString' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 14, Column 7): 'lengthOfSubstring' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 14, Column 7): 'lengthOfSubstring' is assigned a value but never used.
  • 🟑 WARNING (Line 15, Column 7): 'subStringIndex' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 15, Column 7): 'subStringIndex' is assigned a value but never used.
  • 🟑 WARNING (Line 50, Column 41): Missing semicolon.

temperature_conversion.js

  • 🟑 WARNING (Line 29, Column 1): Function 'convert' has too many lines (37). Maximum allowed is 15.
  • 🟑 WARNING (Line 45, Column 14): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 67, Column 1): Function 'testCode' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 84, Column 1): Function 'testAll' has too many lines (27). Maximum allowed is 15.

Arijit {#arijit}

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 32, Column 18): Expected { after 'if' condition.

substring_count.js

  • 🟑 WARNING (Line 25, Column 1): Function 'occurrences' has too many lines (16). Maximum allowed is 15.

temperature_conversion.js

  • 🟑 WARNING (Line 91, Column 1): Function 'convert' has too many lines (17). Maximum allowed is 15.

Dasari Karthik {#dasari-karthik}

ends_with.js

  • 🟑 WARNING (Line 28, Column 18): Unnecessary parentheses around expression.

find_index.js

  • 🟑 WARNING (Line 29, Column 17): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 38, Column 9): 'output' is assigned a value but never used.

fizz_buzz.js

  • 🟑 WARNING (Line 18, Column 1): Function 'fizzBuzz' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 20, Column 33): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 44, Column 18): Unnecessary parentheses around expression.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 33, Column 1): This line has a length of 92. Maximum allowed is 80.
  • 🟑 WARNING (Line 43, Column 18): Unnecessary parentheses around expression.

string_replace.js

  • 🟑 WARNING (Line 20, Column 1): This line has a length of 101. Maximum allowed is 80.
  • 🟑 WARNING (Line 20, Column 20): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 27, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 28, Column 1): This line has a length of 83. Maximum allowed is 80.
  • 🟑 WARNING (Line 29, Column 24): Multiple spaces found before '+'.
  • 🟑 WARNING (Line 31, Column 24): Multiple spaces found before '"be '"'.
  • 🟑 WARNING (Line 37, Column 77): Unexpected whitespace before semicolon.
  • 🟑 WARNING (Line 43, Column 1): This line has a length of 84. Maximum allowed is 80.

string_slice.js

  • 🟑 WARNING (Line 13, Column 1): Function 'slice' has too many lines (17). Maximum allowed is 15.
  • 🟑 WARNING (Line 27, Column 7): 'slicedString' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 41, Column 18): Unnecessary parentheses around expression.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 14, Column 1): Function 'occurrences' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 31, Column 1): Function 'isSubString' has too many lines (17). Maximum allowed is 15.
  • 🟑 WARNING (Line 35, Column 1): This line has a length of 98. Maximum allowed is 80.
  • 🟑 WARNING (Line 50, Column 18): Unnecessary parentheses around expression.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 1): Function 'isInvalid' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 31, Column 9): 'isValid' is assigned a value but never used.
  • 🟑 WARNING (Line 40, Column 14): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 47, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 48, Column 1): Function 'convert' has too many lines (19). Maximum allowed is 15.
  • 🟑 WARNING (Line 90, Column 24): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 90, Column 28): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.

Deepak Bahuguna {#deepak-bahuguna}

ends_with.js

  • 🟑 WARNING (Line 13, Column 7): 'isMatched' is never reassigned. Use 'const' instead.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.

string_slice.js

  • 🟑 WARNING (Line 16, Column 7): 'endPoint' is never reassigned. Use 'const' instead.

temperature_conversion.js

  • 🟑 WARNING (Line 38, Column 1): Function 'convert' has too many lines (33). Maximum allowed is 15.

Gautham {#gautham}

find_index.js

  • 🟑 WARNING (Line 24, Column 1): More than 1 blank line not allowed.

fizz_buzz.js

  • 🟑 WARNING (Line 17, Column 1): Function 'fizzBuzz' has too many lines (18). Maximum allowed is 15.
  • 🟑 WARNING (Line 44, Column 1): This line has a length of 82. Maximum allowed is 80.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 11, Column 1): Function 'isSubstring' has too many lines (27). Maximum allowed is 15.
  • 🟑 WARNING (Line 18, Column 27): Missing semicolon.

string_replace.js

  • 🟑 WARNING (Line 19, Column 5): Closing curly brace does not appear on the same line as the subsequent block.
  • 🟑 WARNING (Line 30, Column 1): This line has a length of 89. Maximum allowed is 80.
  • 🟑 WARNING (Line 31, Column 1): This line has a length of 84. Maximum allowed is 80.

substring_count.js

  • 🟑 WARNING (Line 12, Column 1): Function 'occurrences' has too many lines (31). Maximum allowed is 15.
  • 🟑 WARNING (Line 13, Column 3): Expected space(s) after "if".
  • 🟑 WARNING (Line 23, Column 27): Missing semicolon.
  • 🟑 WARNING (Line 48, Column 1): This line has a length of 82. Maximum allowed is 80.
  • 🟑 WARNING (Line 55, Column 21): A space is required after ','.
  • 🟑 WARNING (Line 55, Column 29): A space is required after ','.

temperature_conversion.js

  • 🟑 WARNING (Line 37, Column 1): Function 'convert' has too many lines (20). Maximum allowed is 15.
  • 🟑 WARNING (Line 48, Column 20): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 48, Column 30): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 52, Column 26): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 52, Column 36): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 62, Column 1): This line has a length of 85. Maximum allowed is 80.
  • 🟑 WARNING (Line 65, Column 20): Identifier name 'x' is too short (< 2).
  • 🟑 WARNING (Line 65, Column 23): Identifier name 'y' is too short (< 2).
  • 🟑 WARNING (Line 70, Column 1): More than 1 blank line not allowed.

Gopi {#gopi}

ends_with.js

  • 🟑 WARNING (Line 18, Column 1): This line has a length of 81. Maximum allowed is 80.
  • 🟑 WARNING (Line 50, Column 45): Missing semicolon.
  • 🟑 WARNING (Line 51, Column 46): Missing semicolon.
  • 🟑 WARNING (Line 52, Column 38): Missing semicolon.
  • 🟑 WARNING (Line 53, Column 36): Missing semicolon.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (29). Maximum allowed is 15.

string_replace.js

  • 🟑 WARNING (Line 14, Column 1): Function 'replace' has too many lines (16). Maximum allowed is 15.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (30). Maximum allowed is 15.
  • 🟑 WARNING (Line 42, Column 1): Expected indentation of 0 spaces but found 2.

temperature_conversion.js

  • 🟑 WARNING (Line 63, Column 16): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 63, Column 26): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.

Gurram Chiranjeevi {#gurram-chiranjeevi}

ends_with.js

  • 🟑 WARNING (Line 21, Column 7): Identifier name 'n' is too short (< 2).
  • 🟑 WARNING (Line 22, Column 7): 'isEndsWith' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 22, Column 7): 'isEndsWith' is assigned a value but never used.
  • 🟑 WARNING (Line 24, Column 12): Identifier name 'i' is too short (< 2).
  • 🟑 WARNING (Line 25, Column 11): 'isEndsWith' is already declared in the upper scope on line 25 column 7.
  • 🟑 WARNING (Line 36, Column 10): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 47, Column 22): Unnecessary parentheses around expression.

find_index.js

  • 🟑 WARNING (Line 40, Column 22): Unnecessary parentheses around expression.

fizz_buzz.js

  • 🟑 WARNING (Line 18, Column 1): Function 'fizzBuzz' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 43, Column 22): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 47, Column 1): Function 'runAllTests' has too many lines (16). Maximum allowed is 15.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 16, Column 7): 'count' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 16, Column 7): 'count' is assigned a value but never used.
  • 🟑 WARNING (Line 17, Column 7): 'subStringIndex' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 17, Column 7): 'subStringIndex' is assigned a value but never used.
  • 🟑 WARNING (Line 46, Column 22): Unnecessary parentheses around expression.

string_replace.js

  • 🟑 WARNING (Line 38, Column 22): Unnecessary parentheses around expression.

string_slice.js

  • 🟑 WARNING (Line 13, Column 1): Function 'slice' has too many lines (19). Maximum allowed is 15.
  • 🟑 WARNING (Line 18, Column 11): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 19, Column 9): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 20, Column 9): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 41, Column 22): Unnecessary parentheses around expression.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 18, Column 7): 'count' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 18, Column 7): 'count' is assigned a value but never used.
  • 🟑 WARNING (Line 19, Column 7): 'substringIndex' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 19, Column 7): 'substringIndex' is assigned a value but never used.
  • 🟑 WARNING (Line 48, Column 22): Unnecessary parentheses around expression.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 1): Function 'convert' has too many lines (27). Maximum allowed is 15.
  • 🟑 WARNING (Line 66, Column 22): Unnecessary parentheses around expression.

Haider {#haider}

ends_with.js

  • 🟑 WARNING (Line 23, Column 27): A space is required after ','.
  • 🟑 WARNING (Line 25, Column 7): 'subStringSize' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 38, Column 39): Missing semicolon.

find_index.js

  • 🟑 WARNING (Line 42, Column 29): Missing semicolon.

fizz_buzz.js

  • 🟑 WARNING (Line 34, Column 1): Function 'fizzBuzz' has too many lines (16). Maximum allowed is 15.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.

substring_count.js

  • 🟑 WARNING (Line 42, Column 7): 'subStringCount' is already declared in the upper scope on line 43 column 10.
  • 🟑 WARNING (Line 53, Column 9): 'occurrences' is already declared in the upper scope on line 54 column 10.

temperature_conversion.js

  • 🟑 WARNING (Line 50, Column 10): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 50, Column 67): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 50, Column 71): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 54, Column 10): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 58, Column 10): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 58, Column 48): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 58, Column 67): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 61, Column 1): Function 'convert' has too many lines (19). Maximum allowed is 15.

Haji hussain {#haji-hussain}

ends_with.js

  • 🟑 WARNING (Line 31, Column 7): 'message' is already declared in the upper scope on line 33 column 10.

find_index.js

  • 🟑 WARNING (Line 30, Column 7): 'message' is already declared in the upper scope on line 32 column 10.

fizz_buzz.js

  • 🟑 WARNING (Line 18, Column 1): Function 'fizzBuzz' has too many lines (18). Maximum allowed is 15.
  • 🟑 WARNING (Line 44, Column 7): 'message' is already declared in the upper scope on line 46 column 10.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (25). Maximum allowed is 15.
  • 🟑 WARNING (Line 15, Column 3): Expected space(s) after "if".
  • 🟑 WARNING (Line 45, Column 1): This line has a length of 83. Maximum allowed is 80.

string_replace.js

  • 🟑 WARNING (Line 30, Column 1): This line has a length of 83. Maximum allowed is 80.

string_slice.js

  • 🟑 WARNING (Line 21, Column 1): This line has a length of 81. Maximum allowed is 80.
  • 🟑 WARNING (Line 34, Column 1): This line has a length of 81. Maximum allowed is 80.
  • 🟑 WARNING (Line 42, Column 36): A space is required after ','.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (26). Maximum allowed is 15.
  • 🟑 WARNING (Line 15, Column 3): Expected space(s) after "if".
  • 🟑 WARNING (Line 47, Column 1): This line has a length of 105. Maximum allowed is 80.

temperature_conversion.js

  • 🟑 WARNING (Line 34, Column 1): This line has a length of 85. Maximum allowed is 80.
  • 🟑 WARNING (Line 47, Column 1): Function 'convert' has too many lines (20). Maximum allowed is 15.
  • 🟑 WARNING (Line 60, Column 59): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 60, Column 69): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 61, Column 3): Closing curly brace does not appear on the same line as the subsequent block.
  • 🟑 WARNING (Line 63, Column 1): This line has a length of 83. Maximum allowed is 80.
  • 🟑 WARNING (Line 63, Column 46): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 63, Column 56): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 63, Column 69): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 63, Column 79): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 75, Column 1): This line has a length of 81. Maximum allowed is 80.
  • 🟑 WARNING (Line 87, Column 21): A space is required after ','.
  • 🟑 WARNING (Line 87, Column 25): A space is required after ','.
  • 🟑 WARNING (Line 87, Column 29): A space is required after ','.

Hem Pradeep {#hem-pradeep}

fizz_buzz.js

  • 🟑 WARNING (Line 53, Column 7): 'message' is never reassigned. Use 'const' instead.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.

temperature_conversion.js

  • 🟑 WARNING (Line 46, Column 51): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 46, Column 55): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 61, Column 24): Missing semicolon.
  • 🟑 WARNING (Line 82, Column 35): Missing semicolon.

Himanshu {#himanshu}

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.

string_slice.js

  • 🟑 WARNING (Line 18, Column 7): 'actualStart' is never reassigned. Use 'const' instead.

substring_count.js

  • 🟑 WARNING (Line 22, Column 1): Function 'occurrences' has too many lines (16). Maximum allowed is 15.

temperature_conversion.js

  • 🟑 WARNING (Line 31, Column 36): Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 31, Column 57): Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 33, Column 34): Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 33, Column 55): Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 36, Column 1): Function 'convert' has too many lines (26). Maximum allowed is 15.
  • 🟑 WARNING (Line 37, Column 7): 'actualValue' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 55, Column 31): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 55, Column 41): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 58, Column 35): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 58, Column 45): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.

Ibrahim {#ibrahim}

ends_with.js

  • 🟑 WARNING (Line 40, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 41, Column 60): Missing semicolon.

find_index.js

  • 🟑 WARNING (Line 33, Column 18): Unnecessary parentheses around expression.

fizz_buzz.js

  • 🟑 WARNING (Line 33, Column 10): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 37, Column 18): Unnecessary parentheses around expression.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (17). Maximum allowed is 15.
  • 🟑 WARNING (Line 19, Column 3): Expected space(s) after "while".
  • 🟑 WARNING (Line 19, Column 53): Operator '<' must be spaced.
  • 🟑 WARNING (Line 34, Column 1): This line has a length of 89. Maximum allowed is 80.
  • 🟑 WARNING (Line 46, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 53, Column 28): Operator '=' must be spaced.

string_replace.js

  • 🟑 WARNING (Line 31, Column 7): 'textBeforeMatch' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 32, Column 7): 'textAfterMatch' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 39, Column 1): This line has a length of 86. Maximum allowed is 80.
  • 🟑 WARNING (Line 51, Column 18): Unnecessary parentheses around expression.

string_slice.js

  • 🟑 WARNING (Line 16, Column 25): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 17, Column 31): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 29, Column 1): This line has a length of 87. Maximum allowed is 80.
  • 🟑 WARNING (Line 37, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 39, Column 53): Operator '+' must be spaced.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (22). Maximum allowed is 15.
  • 🟑 WARNING (Line 17, Column 7): 'newString' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 17, Column 7): 'newString' is assigned a value but never used.
  • 🟑 WARNING (Line 20, Column 3): Expected space(s) after "if".
  • 🟑 WARNING (Line 40, Column 1): This line has a length of 86. Maximum allowed is 80.
  • 🟑 WARNING (Line 52, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 68, Column 40): Missing semicolon.

temperature_conversion.js

  • 🟑 WARNING (Line 54, Column 12): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 55, Column 10): Expected space(s) after "if".
  • 🟑 WARNING (Line 64, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 64, Column 10): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 75, Column 41): There should be no space before ','.

Javed {#javed}

ends_with.js

  • 🟑 WARNING (Line 18, Column 35): Expected '!==' and instead saw '!='.

find_index.js

  • 🟑 WARNING (Line 43, Column 36): Missing semicolon.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (17). Maximum allowed is 15.
  • 🟑 WARNING (Line 21, Column 9): Expected { after 'if' condition.

string_replace.js

  • 🟑 WARNING (Line 29, Column 51): Operator '+' must be spaced.
  • 🟑 WARNING (Line 36, Column 1): Expected indentation of 4 spaces but found 2.

string_slice.js

  • 🟑 WARNING (Line 37, Column 1): Expected indentation of 4 spaces but found 2.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (20). Maximum allowed is 15.
  • 🟑 WARNING (Line 18, Column 21): Missing semicolon.
  • 🟑 WARNING (Line 25, Column 9): Expected { after 'if' condition.
  • 🟑 WARNING (Line 28, Column 19): Missing semicolon.
  • 🟑 WARNING (Line 46, Column 1): Expected indentation of 4 spaces but found 2.

temperature_conversion.js

  • 🟑 WARNING (Line 35, Column 40): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 35, Column 44): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 35, Column 55): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 39, Column 44): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 39, Column 48): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 60, Column 10): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 75, Column 1): Expected indentation of 4 spaces but found 2.

Jayanth {#jayanth}

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 51, Column 1): Function 'startTest' has too many lines (24). Maximum allowed is 15.

temperature_conversion.js

  • 🟑 WARNING (Line 107, Column 9): 'type' is assigned a value but never used.

Khaji Umar {#khaji-umar}

fizz_buzz.js

  • 🟑 WARNING (Line 38, Column 20): Unnecessary parentheses around expression.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 28, Column 1): Function 'isSubstring' has too many lines (17). Maximum allowed is 15.

string_slice.js

  • 🟑 WARNING (Line 35, Column 42): Unnecessary parentheses around expression.

temperature_conversion.js

  • 🟑 WARNING (Line 75, Column 17): Missing semicolon.

Khasim {#khasim}

fizz_buzz.js

  • 🟑 WARNING (Line 18, Column 1): Function 'fizzBuzz' has too many lines (16). Maximum allowed is 15.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (17). Maximum allowed is 15.
  • 🟑 WARNING (Line 56, Column 1): Function 'testAll' has too many lines (23). Maximum allowed is 15.

string_slice.js

  • 🟑 WARNING (Line 29, Column 1): More than 1 blank line not allowed.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (22). Maximum allowed is 15.
  • 🟑 WARNING (Line 48, Column 7): 'inputFormat' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 62, Column 1): Function 'testAll' has too many lines (19). Maximum allowed is 15.
  • 🟑 WARNING (Line 76, Column 1): More than 1 blank line not allowed.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 1): Function 'convert' has too many lines (21). Maximum allowed is 15.
  • 🟑 WARNING (Line 53, Column 46): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 53, Column 56): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 61, Column 23): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 61, Column 33): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 95, Column 1): More than 1 blank line not allowed.

Lakshmi Charitha {#lakshmi-charitha}

ends_with.js

  • 🟑 WARNING (Line 12, Column 1): Function 'endsWith' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 22, Column 1): This line has a length of 83. Maximum allowed is 80.
  • 🟑 WARNING (Line 26, Column 10): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 32, Column 1): This line has a length of 97. Maximum allowed is 80.

find_index.js

  • 🟑 WARNING (Line 27, Column 1): This line has a length of 97. Maximum allowed is 80.

fizz_buzz.js

  • 🟑 WARNING (Line 18, Column 1): Function 'fizzBuzz' has too many lines (20). Maximum allowed is 15.
  • 🟑 WARNING (Line 30, Column 5): Unexpected if as the only statement in an else block.
  • 🟑 WARNING (Line 42, Column 1): This line has a length of 98. Maximum allowed is 80.
  • 🟑 WARNING (Line 45, Column 29): A space is required after ','.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (19). Maximum allowed is 15.
  • 🟑 WARNING (Line 18, Column 1): This line has a length of 87. Maximum allowed is 80.
  • 🟑 WARNING (Line 35, Column 1): This line has a length of 97. Maximum allowed is 80.

string_replace.js

  • 🟑 WARNING (Line 32, Column 1): This line has a length of 97. Maximum allowed is 80.

string_slice.js

  • 🟑 WARNING (Line 32, Column 1): This line has a length of 97. Maximum allowed is 80.
  • 🟑 WARNING (Line 41, Column 1): Function 'testCases' has too many lines (17). Maximum allowed is 15.

substring_count.js

  • 🟑 WARNING (Line 22, Column 1): This line has a length of 112. Maximum allowed is 80.
  • 🟑 WARNING (Line 30, Column 1): This line has a length of 85. Maximum allowed is 80.
  • 🟑 WARNING (Line 42, Column 1): This line has a length of 97. Maximum allowed is 80.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 1): Function 'convert' has too many lines (23). Maximum allowed is 15.
  • 🟑 WARNING (Line 32, Column 17): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 59, Column 16): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 59, Column 22): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 63, Column 23): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 63, Column 33): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 75, Column 27): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 75, Column 33): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 79, Column 1): This line has a length of 99. Maximum allowed is 80.
  • 🟑 WARNING (Line 87, Column 1): This line has a length of 97. Maximum allowed is 80.
  • 🟑 WARNING (Line 105, Column 23): A space is required after ','.

Lavkush {#lavkush}

ends_with.js

  • 🟑 WARNING (Line 28, Column 1): This line has a length of 96. Maximum allowed is 80.
  • 🟑 WARNING (Line 28, Column 7): 'printedMessage' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 37, Column 7): 'evaluatedResult' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 38, Column 1): This line has a length of 102. Maximum allowed is 80.

find_index.js

  • 🟑 WARNING (Line 23, Column 1): This line has a length of 96. Maximum allowed is 80.
  • 🟑 WARNING (Line 23, Column 7): 'printedMessage' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 32, Column 7): 'evaluatedResult' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 33, Column 1): This line has a length of 102. Maximum allowed is 80.

fizz_buzz.js

  • 🟑 WARNING (Line 21, Column 16): Unnecessary parentheses around expression.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (18). Maximum allowed is 15.
  • 🟑 WARNING (Line 19, Column 26): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 32, Column 1): This line has a length of 98. Maximum allowed is 80.
  • 🟑 WARNING (Line 42, Column 1): This line has a length of 102. Maximum allowed is 80.

string_replace.js

  • 🟑 WARNING (Line 18, Column 5): Closing curly brace does not appear on the same line as the subsequent block.
  • 🟑 WARNING (Line 27, Column 1): This line has a length of 96. Maximum allowed is 80.
  • 🟑 WARNING (Line 27, Column 7): 'printedMessage' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 36, Column 7): 'evaluatedResult' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 37, Column 1): This line has a length of 102. Maximum allowed is 80.
  • 🟑 WARNING (Line 46, Column 23): There should be no space before ','.
  • 🟑 WARNING (Line 46, Column 23): A space is required after ','.
  • 🟑 WARNING (Line 46, Column 27): A space is required after ','.

string_slice.js

  • 🟑 WARNING (Line 18, Column 1): This line has a length of 88. Maximum allowed is 80.
  • 🟑 WARNING (Line 25, Column 1): This line has a length of 96. Maximum allowed is 80.
  • 🟑 WARNING (Line 25, Column 7): 'printedMessage' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 34, Column 7): 'evaluatedResult' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 35, Column 1): This line has a length of 102. Maximum allowed is 80.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (25). Maximum allowed is 15.
  • 🟑 WARNING (Line 26, Column 32): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 40, Column 1): This line has a length of 99. Maximum allowed is 80.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 1): Function 'convert' has too many lines (39). Maximum allowed is 15.
  • 🟑 WARNING (Line 32, Column 11): Identifier name 'c' is too short (< 2).
  • 🟑 WARNING (Line 38, Column 11): Identifier name 'c' is too short (< 2).
  • 🟑 WARNING (Line 44, Column 11): Identifier name 'f' is too short (< 2).
  • 🟑 WARNING (Line 45, Column 41): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 45, Column 45): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 50, Column 11): Identifier name 'f' is too short (< 2).
  • 🟑 WARNING (Line 56, Column 11): Identifier name 'k' is too short (< 2).
  • 🟑 WARNING (Line 62, Column 11): Identifier name 'k' is too short (< 2).
  • 🟑 WARNING (Line 63, Column 45): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 63, Column 49): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 71, Column 1): This line has a length of 97. Maximum allowed is 80.
  • 🟑 WARNING (Line 71, Column 7): 'printedMessage' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 85, Column 7): 'evaluatedResult' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 87, Column 1): This line has a length of 102. Maximum allowed is 80.

Nandini Dasari {#nandini-dasari}

ends_with.js

  • 🟑 WARNING (Line 15, Column 7): Identifier name 'i' is too short (< 2).
  • 🟑 WARNING (Line 17, Column 1): This line has a length of 97. Maximum allowed is 80.
  • 🟑 WARNING (Line 29, Column 27): Unnecessary parentheses around expression.

find_index.js

  • 🟑 WARNING (Line 28, Column 27): Unnecessary parentheses around expression.

fizz_buzz.js

  • 🟑 WARNING (Line 17, Column 1): Function 'fizzBuzz' has too many lines (18). Maximum allowed is 15.
  • 🟑 WARNING (Line 18, Column 30): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 19, Column 29): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 24, Column 3): Closing curly brace does not appear on the same line as the subsequent block.
  • 🟑 WARNING (Line 27, Column 3): Closing curly brace does not appear on the same line as the subsequent block.
  • 🟑 WARNING (Line 30, Column 3): Closing curly brace does not appear on the same line as the subsequent block.
  • 🟑 WARNING (Line 42, Column 27): Unnecessary parentheses around expression.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (21). Maximum allowed is 15.
  • 🟑 WARNING (Line 20, Column 11): Identifier name 'x' is too short (< 2).
  • 🟑 WARNING (Line 22, Column 1): This line has a length of 87. Maximum allowed is 80.
  • 🟑 WARNING (Line 26, Column 21): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 36, Column 27): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 52, Column 16): A space is required after ','.
  • 🟑 WARNING (Line 52, Column 21): A space is required after ','.

string_replace.js

  • 🟑 WARNING (Line 29, Column 27): Unnecessary parentheses around expression.

string_slice.js

  • 🟑 WARNING (Line 28, Column 27): Unnecessary parentheses around expression.

substring_count.js

  • 🟑 WARNING (Line 12, Column 1): Function 'occurrences' has too many lines (20). Maximum allowed is 15.
  • 🟑 WARNING (Line 17, Column 7): Identifier name 'x' is too short (< 2).
  • 🟑 WARNING (Line 24, Column 15): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 35, Column 27): Unnecessary parentheses around expression.

temperature_conversion.js

  • 🟑 WARNING (Line 45, Column 27): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 53, Column 10): Expected '===' and instead saw '=='.
  • 🟑 WARNING (Line 54, Column 12): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 56, Column 10): Expected '===' and instead saw '=='.
  • 🟑 WARNING (Line 59, Column 10): Expected '===' and instead saw '=='.
  • 🟑 WARNING (Line 66, Column 10): Expected '===' and instead saw '=='.
  • 🟑 WARNING (Line 68, Column 37): Missing semicolon.
  • 🟑 WARNING (Line 70, Column 10): Expected '===' and instead saw '=='.
  • 🟑 WARNING (Line 80, Column 10): Expected '===' and instead saw '=='.
  • 🟑 WARNING (Line 83, Column 10): Expected '===' and instead saw '=='.
  • 🟑 WARNING (Line 86, Column 10): Expected '===' and instead saw '=='.

Nikhil Chodavarapu {#nikhil-chodavarapu}

find_index.js

  • 🟑 WARNING (Line 15, Column 7): 'lengthOfText' is never reassigned. Use 'const' instead.

fizz_buzz.js

  • 🟑 WARNING (Line 28, Column 12): Unnecessary parentheses around expression.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (35). Maximum allowed is 15.
  • 🟑 WARNING (Line 21, Column 7): 'isSubstring' is already declared in the upper scope on line 15 column 10.

string_replace.js

  • 🟑 WARNING (Line 16, Column 7): 'lengthOfText' is never reassigned. Use 'const' instead.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (28). Maximum allowed is 15.
  • 🟑 WARNING (Line 16, Column 7): 'isReallySubstring' is never reassigned. Use 'const' instead.

temperature_conversion.js

  • 🟑 WARNING (Line 46, Column 1): Function 'convert' has too many lines (19). Maximum allowed is 15.
  • 🟑 WARNING (Line 47, Column 7): 'checkFrom' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 47, Column 40): Expected '!==' and instead saw '!='.
  • 🟑 WARNING (Line 48, Column 7): 'checkTo' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 48, Column 34): Expected '!==' and instead saw '!='.
  • 🟑 WARNING (Line 49, Column 7): 'isNaN' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 74, Column 49): Missing semicolon.

Nitesh {#nitesh}

ends_with.js

  • 🟑 WARNING (Line 13, Column 7): 'stringIndex' is never reassigned. Use 'const' instead.

find_index.js

  • 🟑 WARNING (Line 27, Column 1): More than 1 blank line not allowed.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (23). Maximum allowed is 15.
  • 🟑 WARNING (Line 17, Column 1): This line has a length of 84. Maximum allowed is 80.

string_replace.js

  • 🟑 WARNING (Line 14, Column 1): Function 'replace' has too many lines (16). Maximum allowed is 15.

string_slice.js

  • 🟑 WARNING (Line 13, Column 1): Function 'slice' has too many lines (19). Maximum allowed is 15.

substring_count.js

  • 🟑 WARNING (Line 12, Column 1): Function 'occurrences' has too many lines (19). Maximum allowed is 15.
  • 🟑 WARNING (Line 18, Column 1): This line has a length of 87. Maximum allowed is 80.
  • 🟑 WARNING (Line 33, Column 1): Expected indentation of 2 spaces but found 0.
  • 🟑 WARNING (Line 34, Column 1): Expected indentation of 2 spaces but found 0.
  • 🟑 WARNING (Line 35, Column 1): Expected indentation of 2 spaces but found 0.
  • 🟑 WARNING (Line 39, Column 1): Expected indentation of 2 spaces but found 0.
  • 🟑 WARNING (Line 40, Column 1): Expected indentation of 2 spaces but found 0.
  • 🟑 WARNING (Line 41, Column 1): Expected indentation of 2 spaces but found 0.
  • 🟑 WARNING (Line 42, Column 1): Expected indentation of 2 spaces but found 0.
  • 🟑 WARNING (Line 43, Column 1): Expected indentation of 2 spaces but found 0.
  • 🟑 WARNING (Line 44, Column 1): Expected indentation of 2 spaces but found 0.
  • 🟑 WARNING (Line 45, Column 1): Expected indentation of 2 spaces but found 0.
  • 🟑 WARNING (Line 46, Column 1): Expected indentation of 2 spaces but found 0.
  • 🟑 WARNING (Line 47, Column 1): Expected indentation of 2 spaces but found 0.
  • 🟑 WARNING (Line 48, Column 1): Expected indentation of 2 spaces but found 0.
  • 🟑 WARNING (Line 49, Column 1): Expected indentation of 2 spaces but found 0.
  • 🟑 WARNING (Line 50, Column 1): Expected indentation of 2 spaces but found 0.

temperature_conversion.js

  • 🟑 WARNING (Line 42, Column 27): Operator '/' must be spaced.
  • 🟑 WARNING (Line 53, Column 1): Function 'convert' has too many lines (19). Maximum allowed is 15.
  • 🟑 WARNING (Line 73, Column 19): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 73, Column 20): A space is required after ','.
  • 🟑 WARNING (Line 73, Column 21): Identifier name 'b' is too short (< 2).

Pradip Chjana {#pradip-chjana}

ends_with.js

  • 🟑 WARNING (Line 13, Column 7): 'start' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 28, Column 1): This line has a length of 86. Maximum allowed is 80.

find_index.js

  • 🟑 WARNING (Line 14, Column 1): This line has a length of 87. Maximum allowed is 80.
  • 🟑 WARNING (Line 26, Column 1): This line has a length of 86. Maximum allowed is 80.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (18). Maximum allowed is 15.
  • 🟑 WARNING (Line 35, Column 1): This line has a length of 91. Maximum allowed is 80.
  • 🟑 WARNING (Line 38, Column 1): More than 1 blank line not allowed.

string_replace.js

  • 🟑 WARNING (Line 31, Column 1): This line has a length of 102. Maximum allowed is 80.

string_slice.js

  • 🟑 WARNING (Line 16, Column 7): 'lengthOfText' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 31, Column 1): This line has a length of 93. Maximum allowed is 80.

substring_count.js

  • 🟑 WARNING (Line 16, Column 7): 'lengthOfText' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 27, Column 1): Function 'occurrences' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 44, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 49, Column 1): This line has a length of 90. Maximum allowed is 80.

temperature_conversion.js

  • 🟑 WARNING (Line 59, Column 1): Function 'convert' has too many lines (20). Maximum allowed is 15.
  • 🟑 WARNING (Line 84, Column 1): This line has a length of 90. Maximum allowed is 80.

Pradipta {#pradipta}

fizz_buzz.js

  • 🟑 WARNING (Line 21, Column 1): Function 'fizzBuzz' has too many lines (19). Maximum allowed is 15.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 22, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 66, Column 1): Function 'main' has too many lines (20). Maximum allowed is 15.

string_replace.js

  • 🟑 WARNING (Line 19, Column 5): Expected an assignment or function call and instead saw an expression.

substring_count.js

  • 🟑 WARNING (Line 23, Column 1): Function 'occurrenceOfString' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 27, Column 7): Expected literal to be on the right side of ===.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 15): Identifier name 'F' is too short (< 2).
  • 🟑 WARNING (Line 34, Column 15): Identifier name 'K' is too short (< 2).
  • 🟑 WARNING (Line 38, Column 15): Identifier name 'C' is too short (< 2).
  • 🟑 WARNING (Line 42, Column 15): Identifier name 'C' is too short (< 2).
  • 🟑 WARNING (Line 46, Column 15): Identifier name 'F' is too short (< 2).
  • 🟑 WARNING (Line 47, Column 9): Identifier name 'C' is too short (< 2).
  • 🟑 WARNING (Line 51, Column 15): Identifier name 'K' is too short (< 2).
  • 🟑 WARNING (Line 52, Column 9): Identifier name 'C' is too short (< 2).
  • 🟑 WARNING (Line 92, Column 1): Function 'convert' has too many lines (19). Maximum allowed is 15.
  • 🟑 WARNING (Line 134, Column 31): Identifier name 'x' is too short (< 2).
  • 🟑 WARNING (Line 134, Column 34): Identifier name 'y' is too short (< 2).

Rafiya {#rafiya}

ends_with.js

  • 🟑 WARNING (Line 0, Column 5): Expected space(s) after "if".

fizz_buzz.js

  • 🟑 WARNING (Line 22, Column 1): Function 'fizzBuzz' has too many lines (20). Maximum allowed is 15.
  • 🟑 WARNING (Line 45, Column 1): This line has a length of 128. Maximum allowed is 80.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 23, Column 1): Function 'isSubstring' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 43, Column 1): This line has a length of 92. Maximum allowed is 80.
  • 🟑 WARNING (Line 49, Column 1): This line has a length of 81. Maximum allowed is 80.

string_replace.js

  • 🟑 WARNING (Line 19, Column 23): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 24, Column 1): This line has a length of 83. Maximum allowed is 80.
  • 🟑 WARNING (Line 26, Column 1): This line has a length of 164. Maximum allowed is 80.
  • 🟑 WARNING (Line 32, Column 1): This line has a length of 88. Maximum allowed is 80.

string_slice.js

  • 🟑 WARNING (Line 30, Column 1): This line has a length of 156. Maximum allowed is 80.

substring_count.js

  • 🟑 WARNING (Line 30, Column 3): Expected space(s) after "for".
  • 🟑 WARNING (Line 31, Column 1): This line has a length of 94. Maximum allowed is 80.
  • 🟑 WARNING (Line 40, Column 1): This line has a length of 148. Maximum allowed is 80.
  • 🟑 WARNING (Line 46, Column 1): This line has a length of 81. Maximum allowed is 80.

temperature_conversion.js

  • 🟑 WARNING (Line 35, Column 10): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 43, Column 10): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 55, Column 1): This line has a length of 98. Maximum allowed is 80.
  • 🟑 WARNING (Line 62, Column 1): Function 'convert' has too many lines (19). Maximum allowed is 15.
  • 🟑 WARNING (Line 90, Column 1): This line has a length of 81. Maximum allowed is 80.
  • 🟑 WARNING (Line 92, Column 1): This line has a length of 92. Maximum allowed is 80.
  • 🟑 WARNING (Line 102, Column 1): Function 'testAll' has too many lines (16). Maximum allowed is 15.

Rahul Vishwakarma {#rahul-vishwakarma}

fizz_buzz.js

  • 🟑 WARNING (Line 19, Column 7): 'isFizz' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 20, Column 7): 'isBuzz' is never reassigned. Use 'const' instead.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 14, Column 1): This line has a length of 85. Maximum allowed is 80.
  • 🟑 WARNING (Line 24, Column 31): Expected { after 'if' condition.

string_replace.js

  • 🟑 WARNING (Line 17, Column 19): Unnecessary parentheses around expression.

string_slice.js

  • 🟑 WARNING (Line 14, Column 7): 'newStartIndex' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 15, Column 7): 'newLastIndex' is never reassigned. Use 'const' instead.

temperature_conversion.js

  • 🟑 WARNING (Line 29, Column 31): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 29, Column 34): Identifier name 'b' is too short (< 2).
  • 🟑 WARNING (Line 30, Column 16): Expected { after 'if' condition.
  • 🟑 WARNING (Line 51, Column 9): Identifier name 'c' is too short (< 2).
  • 🟑 WARNING (Line 56, Column 9): Identifier name 'c' is too short (< 2).
  • 🟑 WARNING (Line 60, Column 1): Function 'convert' has too many lines (28). Maximum allowed is 15.
  • 🟑 WARNING (Line 63, Column 20): Expected { after 'if' condition.

Sagnik Ghosh {#sagnik-ghosh}

ends_with.js

  • 🟑 WARNING (Line 23, Column 7): 'startIndex' is never reassigned. Use 'const' instead.

fizz_buzz.js

  • 🟑 WARNING (Line 21, Column 1): Function 'fizzBuzz' has too many lines (19). Maximum allowed is 15.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 38, Column 1): More than 1 blank line not allowed.

substring_count.js

  • 🟑 WARNING (Line 39, Column 1): More than 1 blank line not allowed.

temperature_conversion.js

  • 🟑 WARNING (Line 35, Column 16): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 35, Column 24): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 51, Column 26): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 51, Column 30): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 69, Column 1): More than 1 blank line not allowed.

Sandip Saha {#sandip-saha}

ends_with.js

  • 🟑 WARNING (Line 25, Column 1): Function 'formatText' has too many lines (22). Maximum allowed is 15.
  • 🟑 WARNING (Line 30, Column 19): Missing semicolon.
  • 🟑 WARNING (Line 39, Column 67): Missing semicolon.
  • 🟑 WARNING (Line 49, Column 1): This line has a length of 91. Maximum allowed is 80.
  • 🟑 WARNING (Line 57, Column 1): This line has a length of 82. Maximum allowed is 80.
  • 🟑 WARNING (Line 62, Column 1): Function 'main' has too many lines (19). Maximum allowed is 15.

find_index.js

  • 🟑 WARNING (Line 26, Column 1): Function 'formatText' has too many lines (22). Maximum allowed is 15.
  • 🟑 WARNING (Line 31, Column 19): Missing semicolon.
  • 🟑 WARNING (Line 40, Column 67): Missing semicolon.

fizz_buzz.js

  • 🟑 WARNING (Line 18, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 27, Column 1): Function 'formatText' has too many lines (22). Maximum allowed is 15.
  • 🟑 WARNING (Line 32, Column 19): Missing semicolon.
  • 🟑 WARNING (Line 41, Column 67): Missing semicolon.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (19). Maximum allowed is 15.
  • 🟑 WARNING (Line 33, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 35, Column 1): This line has a length of 116. Maximum allowed is 80.
  • 🟑 WARNING (Line 42, Column 1): This line has a length of 82. Maximum allowed is 80.

string_replace.js

  • 🟑 WARNING (Line 27, Column 1): This line has a length of 116. Maximum allowed is 80.

string_slice.js

  • 🟑 WARNING (Line 16, Column 25): Unexpected use of undefined.
  • 🟑 WARNING (Line 26, Column 1): This line has a length of 86. Maximum allowed is 80.
  • 🟑 WARNING (Line 27, Column 1): This line has a length of 116. Maximum allowed is 80.
  • 🟑 WARNING (Line 34, Column 1): This line has a length of 83. Maximum allowed is 80.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (21). Maximum allowed is 15.
  • 🟑 WARNING (Line 38, Column 1): This line has a length of 115. Maximum allowed is 80.
  • 🟑 WARNING (Line 45, Column 1): This line has a length of 82. Maximum allowed is 80.

temperature_conversion.js

  • 🟑 WARNING (Line 51, Column 1): Function 'convert' has too many lines (39). Maximum allowed is 15.
  • 🟑 WARNING (Line 52, Column 30): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 65, Column 36): Multiple spaces found before '//'.
  • 🟑 WARNING (Line 76, Column 11): Identifier name 'c' is too short (< 2).
  • 🟑 WARNING (Line 77, Column 28): Missing semicolon.
  • 🟑 WARNING (Line 83, Column 11): Identifier name 'c' is too short (< 2).
  • 🟑 WARNING (Line 93, Column 1): This line has a length of 101. Maximum allowed is 80.
  • 🟑 WARNING (Line 95, Column 1): This line has a length of 116. Maximum allowed is 80.
  • 🟑 WARNING (Line 106, Column 1): Function 'main' has too many lines (29). Maximum allowed is 15.
  • 🟑 WARNING (Line 115, Column 32): Missing semicolon.

Sanket Pawar {#sanket-pawar}

fizz_buzz.js

  • 🟑 WARNING (Line 26, Column 18): Expected literal to be on the right side of ===.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 18, Column 11): 'subStrOfStr' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 26, Column 1): Function 'compairString' has too many lines (18). Maximum allowed is 15.

string_replace.js

  • 🟑 WARNING (Line 19, Column 9): 'matchChar' is never reassigned. Use 'const' instead.

string_slice.js

  • 🟑 WARNING (Line 17, Column 7): 'lengthOftext' is never reassigned. Use 'const' instead.

substring_count.js

  • 🟑 WARNING (Line 20, Column 11): 'subStrOfStr' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 28, Column 1): Function 'compairString' has too many lines (17). Maximum allowed is 15.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 1): Function 'convert' has too many lines (25). Maximum allowed is 15.
  • 🟑 WARNING (Line 33, Column 36): Expected literal to be on the right side of >=.
  • 🟑 WARNING (Line 63, Column 31): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 63, Column 42): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 73, Column 24): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 73, Column 35): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 80, Column 31): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 80, Column 42): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 109, Column 1): Function 'main' has too many lines (16). Maximum allowed is 15.

Santo {#santo}

ends_with.js

  • 🟑 WARNING (Line 14, Column 1): This line has a length of 93. Maximum allowed is 80.
  • 🟑 WARNING (Line 30, Column 18): Unnecessary parentheses around expression.

find_index.js

  • 🟑 WARNING (Line 24, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 33, Column 1): This line has a length of 81. Maximum allowed is 80.

fizz_buzz.js

  • 🟑 WARNING (Line 33, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 47, Column 1): More than 1 blank line not allowed.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (19). Maximum allowed is 15.
  • 🟑 WARNING (Line 16, Column 7): 'result' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 41, Column 18): Unnecessary parentheses around expression.

string_replace.js

  • 🟑 WARNING (Line 18, Column 1): This line has a length of 82. Maximum allowed is 80.
  • 🟑 WARNING (Line 18, Column 30): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 24, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 33, Column 1): This line has a length of 98. Maximum allowed is 80.

string_slice.js

  • 🟑 WARNING (Line 15, Column 15): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 18, Column 25): Unexpected use of undefined.
  • 🟑 WARNING (Line 26, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 28, Column 18): Unnecessary parentheses around expression.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (19). Maximum allowed is 15.
  • 🟑 WARNING (Line 42, Column 18): Unnecessary parentheses around expression.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 1): Function 'convert' has too many lines (35). Maximum allowed is 15.
  • 🟑 WARNING (Line 40, Column 20): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 40, Column 30): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 52, Column 27): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 52, Column 37): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 60, Column 31): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 60, Column 41): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 70, Column 1): This line has a length of 83. Maximum allowed is 80.
  • 🟑 WARNING (Line 76, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 87, Column 1): This line has a length of 88. Maximum allowed is 80.

Shivang {#shivang}

ends_with.js

  • 🟑 WARNING (Line 19, Column 7): Expected { after 'if' condition.
  • 🟑 WARNING (Line 34, Column 1): Function 'testAll' has too many lines (16). Maximum allowed is 15.

find_index.js

  • 🟑 WARNING (Line 17, Column 35): Expected { after 'if' condition.
  • 🟑 WARNING (Line 33, Column 1): Function 'testAll' has too many lines (20). Maximum allowed is 15.

fizz_buzz.js

  • 🟑 WARNING (Line 23, Column 30): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 37, Column 9): Identifier name 'f' is too short (< 2).
  • 🟑 WARNING (Line 38, Column 9): Identifier name 'b' is too short (< 2).

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 82. Maximum allowed is 80.
  • 🟑 WARNING (Line 13, Column 30): Expected { after 'if' condition.
  • 🟑 WARNING (Line 19, Column 7): Expected { after 'if' condition.
  • 🟑 WARNING (Line 30, Column 12): Identifier name 'i' is too short (< 2).
  • 🟑 WARNING (Line 31, Column 5): Expected { after 'for' condition.
  • 🟑 WARNING (Line 32, Column 7): Expected { after 'if' condition.
  • 🟑 WARNING (Line 48, Column 1): Function 'testAll' has too many lines (16). Maximum allowed is 15.

string_replace.js

  • 🟑 WARNING (Line 14, Column 1): Function 'replace' has too many lines (22). Maximum allowed is 15.
  • 🟑 WARNING (Line 17, Column 24): Expected { after 'if' condition.
  • 🟑 WARNING (Line 38, Column 5): Expected { after 'for' condition.
  • 🟑 WARNING (Line 39, Column 7): Expected { after 'if' condition.

string_slice.js

  • 🟑 WARNING (Line 13, Column 1): Function 'slice' has too many lines (21). Maximum allowed is 15.
  • 🟑 WARNING (Line 18, Column 7): 'slice' is already declared in the upper scope on line 16 column 10.
  • 🟑 WARNING (Line 44, Column 1): Function 'testAll' has too many lines (17). Maximum allowed is 15.

substring_count.js

  • 🟑 WARNING (Line 14, Column 30): Expected { after 'if' condition.
  • 🟑 WARNING (Line 22, Column 7): Expected { after 'if' condition.
  • 🟑 WARNING (Line 32, Column 7): Expected { after 'if' condition.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 35, Column 1): Function 'convert' has too many lines (36). Maximum allowed is 15.
  • 🟑 WARNING (Line 36, Column 7): 'willConvert' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 42, Column 5): Expected { after 'if' condition.
  • 🟑 WARNING (Line 62, Column 23): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 62, Column 44): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 72, Column 19): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 72, Column 22): Identifier name 'b' is too short (< 2).
  • 🟑 WARNING (Line 90, Column 1): Function 'testAll' has too many lines (18). Maximum allowed is 15.
  • 🟑 WARNING (Line 92, Column 9): Identifier name 'C' is too short (< 2).
  • 🟑 WARNING (Line 93, Column 9): Identifier name 'F' is too short (< 2).
  • 🟑 WARNING (Line 94, Column 9): Identifier name 'K' is too short (< 2).

Sidhartha {#sidhartha}

ends_with.js

  • 🟑 WARNING (Line 23, Column 7): 'startIndex' is never reassigned. Use 'const' instead.

find_index.js

  • 🟑 WARNING (Line 23, Column 1): More than 1 blank line not allowed.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 38, Column 1): More than 1 blank line not allowed.

substring_count.js

  • 🟑 WARNING (Line 23, Column 1): Function 'occurrences' has too many lines (17). Maximum allowed is 15.

temperature_conversion.js

  • 🟑 WARNING (Line 46, Column 1): Function 'convert' has too many lines (18). Maximum allowed is 15.

Sirisha {#sirisha}

ends_with.js

  • 🟑 WARNING (Line 11, Column 1): Function 'endsWith' has too many lines (24). Maximum allowed is 15.
  • 🟑 WARNING (Line 38, Column 7): 'isEndsWithSubString' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 39, Column 7): 'check' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 40, Column 7): 'isMatch' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 41, Column 38): Operator '+' must be spaced.
  • 🟑 WARNING (Line 41, Column 66): Unexpected whitespace before semicolon.

find_index.js

  • 🟑 WARNING (Line 13, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 14, Column 1): Function 'findIndex' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 35, Column 29): Unexpected whitespace before semicolon.
  • 🟑 WARNING (Line 40, Column 30): There should be no space before ','.
  • 🟑 WARNING (Line 40, Column 30): A space is required after ','.
  • 🟑 WARNING (Line 40, Column 54): A space is required after ','.

fizz_buzz.js

  • 🟑 WARNING (Line 21, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 21, Column 60): Unexpected whitespace before semicolon.
  • 🟑 WARNING (Line 30, Column 29): Unexpected whitespace before semicolon.
  • 🟑 WARNING (Line 32, Column 21): Unnecessary parentheses around expression.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (23). Maximum allowed is 15.
  • 🟑 WARNING (Line 21, Column 1): This line has a length of 86. Maximum allowed is 80.
  • 🟑 WARNING (Line 36, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 40, Column 17): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 41, Column 19): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 42, Column 1): This line has a length of 119. Maximum allowed is 80.

string_replace.js

  • 🟑 WARNING (Line 20, Column 1): This line has a length of 82. Maximum allowed is 80.
  • 🟑 WARNING (Line 20, Column 30): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 27, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 30, Column 17): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 31, Column 1): This line has a length of 94. Maximum allowed is 80.
  • 🟑 WARNING (Line 31, Column 19): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 32, Column 1): This line has a length of 132. Maximum allowed is 80.

string_slice.js

  • 🟑 WARNING (Line 15, Column 11): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 16, Column 9): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 20, Column 5): Expected { after 'if' condition.
  • 🟑 WARNING (Line 22, Column 12): Identifier name 'i' is too short (< 2).
  • 🟑 WARNING (Line 23, Column 5): Expected { after 'for' condition.
  • 🟑 WARNING (Line 31, Column 17): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 32, Column 19): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 33, Column 1): This line has a length of 120. Maximum allowed is 80.
  • 🟑 WARNING (Line 43, Column 1): This line has a length of 147. Maximum allowed is 80.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (28). Maximum allowed is 15.
  • 🟑 WARNING (Line 24, Column 1): This line has a length of 86. Maximum allowed is 80.
  • 🟑 WARNING (Line 27, Column 9): 'found' is assigned a value but never used.
  • 🟑 WARNING (Line 44, Column 17): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 45, Column 1): This line has a length of 133. Maximum allowed is 80.
  • 🟑 WARNING (Line 45, Column 19): Unnecessary parentheses around expression.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 31, Column 1): Function 'convert' has too many lines (43). Maximum allowed is 15.
  • 🟑 WARNING (Line 34, Column 1): This line has a length of 116. Maximum allowed is 80.
  • 🟑 WARNING (Line 34, Column 24): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 37, Column 5): Expected { after 'if' condition.
  • 🟑 WARNING (Line 43, Column 27): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 43, Column 34): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 43, Column 38): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 46, Column 37): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 46, Column 47): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 49, Column 40): Unexpected mix of '*' and '-'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 49, Column 44): Unexpected mix of '*' and '-'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 50, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 53, Column 34): Unexpected mix of '*' and '-'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 53, Column 38): Unexpected mix of '*' and '-'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 56, Column 27): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 56, Column 34): Unexpected mix of '*' and '-'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 56, Column 38): Unexpected mix of '*' and '-'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 59, Column 32): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 59, Column 39): Unexpected mix of '*' and '-'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 59, Column 43): Unexpected mix of '*' and '-'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 67, Column 7): 'checkType' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 69, Column 3): Expected space(s) after "if".
  • 🟑 WARNING (Line 70, Column 5): Expected { after 'if' condition.
  • 🟑 WARNING (Line 78, Column 1): This line has a length of 109. Maximum allowed is 80.
  • 🟑 WARNING (Line 78, Column 23): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 79, Column 17): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 80, Column 19): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 81, Column 1): This line has a length of 129. Maximum allowed is 80.
  • 🟑 WARNING (Line 91, Column 27): A space is required after ','.
  • 🟑 WARNING (Line 92, Column 21): A space is required after ','.
  • 🟑 WARNING (Line 92, Column 23): A space is required after ','.
  • 🟑 WARNING (Line 93, Column 21): A space is required after ','.
  • 🟑 WARNING (Line 93, Column 23): A space is required after ','.
  • 🟑 WARNING (Line 94, Column 21): A space is required after ','.
  • 🟑 WARNING (Line 94, Column 23): A space is required after ','.

Vikas yadav {#vikas-yadav}

ends_with.js

  • 🟑 WARNING (Line 12, Column 23): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 20, Column 1): This line has a length of 90. Maximum allowed is 80.
  • 🟑 WARNING (Line 21, Column 1): This line has a length of 110. Maximum allowed is 80.
  • 🟑 WARNING (Line 30, Column 53): Operator ':' must be spaced.
  • 🟑 WARNING (Line 31, Column 1): This line has a length of 90. Maximum allowed is 80.
  • 🟑 WARNING (Line 35, Column 23): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 35, Column 26): Identifier name 'b' is too short (< 2).
  • 🟑 WARNING (Line 35, Column 29): Identifier name 'e' is too short (< 2).
  • 🟑 WARNING (Line 41, Column 1): Expected indentation of 2 spaces but found 0.
  • 🟑 WARNING (Line 42, Column 1): Expected indentation of 2 spaces but found 0.
  • 🟑 WARNING (Line 43, Column 1): Expected indentation of 2 spaces but found 0.
  • 🟑 WARNING (Line 44, Column 1): Expected indentation of 2 spaces but found 0.

find_index.js

  • 🟑 WARNING (Line 27, Column 1): This line has a length of 90. Maximum allowed is 80.
  • 🟑 WARNING (Line 31, Column 34): Identifier name 'e' is too short (< 2).

fizz_buzz.js

  • 🟑 WARNING (Line 18, Column 23): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 23, Column 23): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 38, Column 1): This line has a length of 90. Maximum allowed is 80.
  • 🟑 WARNING (Line 42, Column 23): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 42, Column 26): Identifier name 'e' is too short (< 2).

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 23): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 13, Column 10): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 13, Column 30): Operator ':' must be spaced.
  • 🟑 WARNING (Line 28, Column 1): This line has a length of 89. Maximum allowed is 80.
  • 🟑 WARNING (Line 38, Column 1): This line has a length of 90. Maximum allowed is 80.
  • 🟑 WARNING (Line 42, Column 23): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 42, Column 26): Identifier name 'b' is too short (< 2).
  • 🟑 WARNING (Line 42, Column 29): Identifier name 'e' is too short (< 2).

string_replace.js

  • 🟑 WARNING (Line 30, Column 28): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 30, Column 31): Identifier name 'b' is too short (< 2).
  • 🟑 WARNING (Line 30, Column 34): Identifier name 'c' is too short (< 2).
  • 🟑 WARNING (Line 30, Column 37): Identifier name 'e' is too short (< 2).

string_slice.js

  • 🟑 WARNING (Line 28, Column 1): This line has a length of 90. Maximum allowed is 80.
  • 🟑 WARNING (Line 32, Column 27): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 32, Column 30): Identifier name 'b' is too short (< 2).
  • 🟑 WARNING (Line 32, Column 33): Identifier name 'c' is too short (< 2).
  • 🟑 WARNING (Line 32, Column 36): Identifier name 'e' is too short (< 2).

substring_count.js

  • 🟑 WARNING (Line 13, Column 23): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 14, Column 10): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 29, Column 1): This line has a length of 89. Maximum allowed is 80.
  • 🟑 WARNING (Line 39, Column 1): This line has a length of 90. Maximum allowed is 80.
  • 🟑 WARNING (Line 43, Column 25): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 43, Column 28): Identifier name 'b' is too short (< 2).
  • 🟑 WARNING (Line 43, Column 31): Identifier name 'e' is too short (< 2).
  • 🟑 WARNING (Line 52, Column 1): This line has a length of 111. Maximum allowed is 80.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 15): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 34, Column 15): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 38, Column 15): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 39, Column 16): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 39, Column 20): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 42, Column 15): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 46, Column 15): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 50, Column 15): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 54, Column 1): Function 'convert' has too many lines (33). Maximum allowed is 15.
  • 🟑 WARNING (Line 88, Column 19): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 88, Column 22): Identifier name 'b' is too short (< 2).
  • 🟑 WARNING (Line 89, Column 7): Identifier name 'c' is too short (< 2).
  • 🟑 WARNING (Line 90, Column 7): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 90, Column 25): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 96, Column 1): This line has a length of 90. Maximum allowed is 80.
  • 🟑 WARNING (Line 100, Column 35): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 100, Column 38): Identifier name 'b' is too short (< 2).
  • 🟑 WARNING (Line 100, Column 41): Identifier name 'c' is too short (< 2).
  • 🟑 WARNING (Line 100, Column 44): Identifier name 'e' is too short (< 2).

Vivek {#vivek}

ends_with.js

  • 🟑 WARNING (Line 24, Column 7): 'stringIndex' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 37, Column 1): More than 1 blank line not allowed.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.

string_slice.js

  • 🟑 WARNING (Line 23, Column 18): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 23, Column 21): Identifier name 'b' is too short (< 2).
  • 🟑 WARNING (Line 23, Column 24): Identifier name 'c' is too short (< 2).
  • 🟑 WARNING (Line 23, Column 27): Identifier name 'd' is too short (< 2).
  • 🟑 WARNING (Line 27, Column 1): This line has a length of 86. Maximum allowed is 80.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'furthercheck' has too many lines (20). Maximum allowed is 15.
  • 🟑 WARNING (Line 13, Column 42): Identifier name 'c' is too short (< 2).
  • 🟑 WARNING (Line 44, Column 27): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 44, Column 30): Identifier name 'b' is too short (< 2).
  • 🟑 WARNING (Line 44, Column 33): Identifier name 'c' is too short (< 2).
  • 🟑 WARNING (Line 48, Column 1): This line has a length of 92. Maximum allowed is 80.

temperature_conversion.js

  • 🟑 WARNING (Line 31, Column 15): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 32, Column 13): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 32, Column 17): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 35, Column 15): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 38, Column 15): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 41, Column 15): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 45, Column 1): Function 'convert' has too many lines (30). Maximum allowed is 15.
  • 🟑 WARNING (Line 76, Column 24): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 76, Column 27): Identifier name 'b' is too short (< 2).
  • 🟑 WARNING (Line 80, Column 10): Expected literal to be on the right side of >.
  • 🟑 WARNING (Line 82, Column 26): Identifier name 'a' is too short (< 2).
  • 🟑 WARNING (Line 82, Column 29): Identifier name 'b' is too short (< 2).
  • 🟑 WARNING (Line 82, Column 32): Identifier name 'c' is too short (< 2).
  • 🟑 WARNING (Line 82, Column 35): Identifier name 'd' is too short (< 2).
  • 🟑 WARNING (Line 85, Column 1): This line has a length of 89. Maximum allowed is 80.

Yash {#yash}

ends_with.js

  • 🟑 WARNING (Line 27, Column 1): Function 'testAllCases' has too many lines (18). Maximum allowed is 15.

find_index.js

  • 🟑 WARNING (Line 20, Column 7): 'actual' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 21, Column 7): 'message' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 35, Column 28): Missing semicolon.

fizz_buzz.js

  • 🟑 WARNING (Line -2, Column 24): Identifier name 'x' is too short (< 2).
  • 🟑 WARNING (Line -2, Column 27): Identifier name 'y' is too short (< 2).

is_substring.js

  • 🟑 WARNING (Line 10, Column 1): Function 'isSubstring' has too many lines (17). Maximum allowed is 15.
  • 🟑 WARNING (Line 13, Column 3): Expected space(s) after "if".
  • 🟑 WARNING (Line 44, Column 1): Function 'testAllCases' has too many lines (17). Maximum allowed is 15.

string_replace.js

  • 🟑 WARNING (Line 32, Column 61): Missing semicolon.

string_slice.js

  • 🟑 WARNING (Line -2, Column 1): Function 'slice' has too many lines (17). Maximum allowed is 15.

temperature_conversion.js

  • 🟑 WARNING (Line -2, Column 1): Function 'convert' has too many lines (20). Maximum allowed is 15.
  • 🟑 WARNING (Line -1, Column 7): 'term' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 1, Column 14): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 32, Column 37): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 32, Column 41): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 40, Column 37): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 40, Column 41): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 69, Column 1): Function 'testAllCases' has too many lines (17). Maximum allowed is 15.

Ajoy Bhunia {#ajoy-bhunia}

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (24). Maximum allowed is 15.
  • 🟑 WARNING (Line 19, Column 44): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 20, Column 1): This line has a length of 104. Maximum allowed is 80.
  • 🟑 WARNING (Line 39, Column 1): This line has a length of 115. Maximum allowed is 80.

string_replace.js

  • 🟑 WARNING (Line 14, Column 1): Function 'replace' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 33, Column 1): This line has a length of 115. Maximum allowed is 80.

string_slice.js

  • 🟑 WARNING (Line 19, Column 7): 'startingIndex' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 21, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 29, Column 1): This line has a length of 115. Maximum allowed is 80.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (22). Maximum allowed is 15.
  • 🟑 WARNING (Line 19, Column 1): This line has a length of 87. Maximum allowed is 80.
  • 🟑 WARNING (Line 22, Column 9): 'endIndex' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 38, Column 1): This line has a length of 115. Maximum allowed is 80.

temperature_conversion.js

  • 🟑 WARNING (Line 75, Column 9): 'IsNan' is assigned a value but never used.
  • 🟑 WARNING (Line 76, Column 1): This line has a length of 92. Maximum allowed is 80.
  • 🟑 WARNING (Line 77, Column 1): This line has a length of 115. Maximum allowed is 80.
  • 🟑 WARNING (Line 87, Column 35): Missing semicolon.
  • 🟑 WARNING (Line 88, Column 34): Missing semicolon.
  • 🟑 WARNING (Line 89, Column 38): Missing semicolon.
  • 🟑 WARNING (Line 90, Column 36): Missing semicolon.
  • 🟑 WARNING (Line 91, Column 38): Missing semicolon.
  • 🟑 WARNING (Line 92, Column 38): Missing semicolon.

Amisha Rawat {#amisha-rawat}

ends_with.js

  • 🟑 WARNING (Line 29, Column 57): Missing semicolon.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (20). Maximum allowed is 15.
  • 🟑 WARNING (Line 15, Column 1): This line has a length of 146. Maximum allowed is 80.
  • 🟑 WARNING (Line 20, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 21, Column 1): This line has a length of 105. Maximum allowed is 80.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (17). Maximum allowed is 15.

temperature_conversion.js

  • 🟑 WARNING (Line 69, Column 10): Unnecessary parentheses around expression.

Dinesh Kumar {#dinesh-kumar}

ends_with.js

  • 🟑 WARNING (Line 13, Column 19): Expected { after 'if' condition.

fizz_buzz.js

  • 🟑 WARNING (Line 22, Column 30): Unnecessary parentheses around expression.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 13, Column 19): Expected { after 'if' condition.
  • 🟑 WARNING (Line 22, Column 41): Expected { after 'if' condition.

string_replace.js

  • 🟑 WARNING (Line 25, Column 37): A space is required after ','.

string_slice.js

  • 🟑 WARNING (Line 13, Column 1): Function 'slice' has too many lines (27). Maximum allowed is 15.
  • 🟑 WARNING (Line 25, Column 58): Unexpected whitespace before semicolon.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (23). Maximum allowed is 15.
  • 🟑 WARNING (Line 29, Column 5): Expected space(s) after "if".
  • 🟑 WARNING (Line 56, Column 20): A space is required after ','.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 1): Function 'convert' has too many lines (21). Maximum allowed is 15.
  • 🟑 WARNING (Line 43, Column 40): Operator '/' must be spaced.
  • 🟑 WARNING (Line 45, Column 41): Operator '/' must be spaced.

Jeniffer Jojo {#jeniffer-jojo}

ends_with.js

  • 🟑 WARNING (Line -2, Column 1): Function 'isSubstringAt' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 22, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 39, Column 1): Function 'testAll' has too many lines (18). Maximum allowed is 15.

find_index.js

  • 🟑 WARNING (Line 9, Column 18): Unnecessary parentheses around expression.

fizz_buzz.js

  • 🟑 WARNING (Line 35, Column 1): This line has a length of 117. Maximum allowed is 80.

is_substring.js

  • 🟑 WARNING (Line -2, Column 1): Function 'isSubstringAt' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 19, Column 3): Expected space(s) after "for".
  • 🟑 WARNING (Line 27, Column 18): Unnecessary parentheses around expression.

string_replace.js

  • 🟑 WARNING (Line 2, Column 23): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 9, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 30, Column 1): This line has a length of 102. Maximum allowed is 80.

string_slice.js

  • 🟑 WARNING (Line 11, Column 18): Unnecessary parentheses around expression.

substring_count.js

  • 🟑 WARNING (Line -2, Column 1): Function 'isSubstringAt' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 28, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 45, Column 1): Function 'testAll' has too many lines (16). Maximum allowed is 15.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 1): Function 'convert' has too many lines (21). Maximum allowed is 15.
  • 🟑 WARNING (Line 35, Column 33): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 35, Column 37): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 41, Column 22): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 41, Column 26): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 47, Column 29): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 47, Column 33): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.

Kiranmai {#kiranmai}

ends_with.js

  • 🟑 WARNING (Line 16, Column 1): This line has a length of 81. Maximum allowed is 80.
  • 🟑 WARNING (Line 16, Column 20): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 28, Column 10): Unnecessary parentheses around expression.

find_index.js

  • 🟑 WARNING (Line 23, Column 10): Unnecessary parentheses around expression.

fizz_buzz.js

  • 🟑 WARNING (Line 40, Column 10): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 43, Column 1): More than 1 blank line not allowed.

is_substring.js

  • 🟑 WARNING (Line 0, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 13, Column 1): Function 'isSubstring' has too many lines (22). Maximum allowed is 15.
  • 🟑 WARNING (Line 37, Column 10): Unnecessary parentheses around expression.

string_replace.js

  • 🟑 WARNING (Line 18, Column 20): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 25, Column 10): Unnecessary parentheses around expression.

string_slice.js

  • 🟑 WARNING (Line 16, Column 15): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 17, Column 21): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 17, Column 44): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 25, Column 10): Unnecessary parentheses around expression.

substring_count.js

  • 🟑 WARNING (Line 14, Column 1): Function 'occurrences' has too many lines (18). Maximum allowed is 15.
  • 🟑 WARNING (Line 34, Column 10): Unnecessary parentheses around expression.

temperature_conversion.js

  • 🟑 WARNING (Line 43, Column 16): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 43, Column 24): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 46, Column 1): Function 'convert' has too many lines (28). Maximum allowed is 15.
  • 🟑 WARNING (Line 48, Column 30): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 53, Column 14): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 77, Column 10): Unnecessary parentheses around expression.

Oiendrila {#oiendrila}

fizz_buzz.js

  • 🟑 WARNING (Line 18, Column 1): Function 'fizzBuzz' has too many lines (17). Maximum allowed is 15.
  • 🟑 WARNING (Line 28, Column 22): Missing semicolon.
  • 🟑 WARNING (Line 29, Column 3): Closing curly brace does not appear on the same line as the subsequent block.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (17). Maximum allowed is 15.

string_slice.js

  • 🟑 WARNING (Line 13, Column 1): Function 'slice' has too many lines (23). Maximum allowed is 15.
  • 🟑 WARNING (Line 42, Column 1): This line has a length of 155. Maximum allowed is 80.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (30). Maximum allowed is 15.
  • 🟑 WARNING (Line 19, Column 9): Identifier name 'c' is too short (< 2).
  • 🟑 WARNING (Line 38, Column 3): Closing curly brace does not appear on the same line as the subsequent block.
  • 🟑 WARNING (Line 43, Column 1): Function 'isSubstring' has too many lines (17). Maximum allowed is 15.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 1): Function 'convert' has too many lines (26). Maximum allowed is 15.
  • 🟑 WARNING (Line 61, Column 16): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 61, Column 26): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 72, Column 12): Unnecessary parentheses around expression.

Paulami Dutta {#paulami-dutta}

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.

string_slice.js

  • 🟑 WARNING (Line 20, Column 33): Operator '<=' must be spaced.

temperature_conversion.js

  • 🟑 WARNING (Line 31, Column 3): Expected space(s) after "if".
  • 🟑 WARNING (Line 31, Column 12): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 39, Column 1): Function 'convert' has too many lines (27). Maximum allowed is 15.
  • 🟑 WARNING (Line 40, Column 28): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 61, Column 55): Unexpected whitespace before semicolon.

Priyanshu {#priyanshu}

ends_with.js

  • 🟑 WARNING (Line 12, Column 1): Function 'endsWith' has too many lines (20). Maximum allowed is 15.

find_index.js

  • 🟑 WARNING (Line 13, Column 1): Function 'findIndex' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 19, Column 5): Expected space(s) after "if".

fizz_buzz.js

  • 🟑 WARNING (Line 18, Column 1): Function 'fizzBuzz' has too many lines (19). Maximum allowed is 15.
  • 🟑 WARNING (Line 19, Column 25): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 20, Column 25): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 42, Column 1): This line has a length of 82. Maximum allowed is 80.
  • 🟑 WARNING (Line 50, Column 1): This line has a length of 84. Maximum allowed is 80.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.

string_replace.js

  • 🟑 WARNING (Line 33, Column 1): This line has a length of 82. Maximum allowed is 80.
  • 🟑 WARNING (Line 41, Column 1): This line has a length of 84. Maximum allowed is 80.

string_slice.js

  • 🟑 WARNING (Line 13, Column 1): Function 'slice' has too many lines (17). Maximum allowed is 15.
  • 🟑 WARNING (Line 15, Column 7): 'actualEnd' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 15, Column 39): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 22, Column 3): Expected space(s) after "if".
  • 🟑 WARNING (Line 35, Column 1): This line has a length of 82. Maximum allowed is 80.
  • 🟑 WARNING (Line 43, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 54, Column 50): Missing semicolon.

substring_count.js

  • 🟑 WARNING (Line 22, Column 1): Function 'occurrences' has too many lines (17). Maximum allowed is 15.
  • 🟑 WARNING (Line 44, Column 1): This line has a length of 82. Maximum allowed is 80.
  • 🟑 WARNING (Line 52, Column 1): This line has a length of 84. Maximum allowed is 80.

temperature_conversion.js

  • 🟑 WARNING (Line 40, Column 1): Function 'convert' has too many lines (54). Maximum allowed is 15.
  • 🟑 WARNING (Line 41, Column 13): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 54, Column 36): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 54, Column 40): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 79, Column 35): Missing semicolon.
  • 🟑 WARNING (Line 80, Column 38): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 80, Column 42): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 88, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 95, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 97, Column 17): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 98, Column 1): Expected indentation of 4 spaces but found 2.
  • 🟑 WARNING (Line 98, Column 3): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 99, Column 1): Expected indentation of 4 spaces but found 3.
  • 🟑 WARNING (Line 99, Column 4): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 104, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 109, Column 1): This line has a length of 82. Maximum allowed is 80.
  • 🟑 WARNING (Line 117, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 124, Column 21): A space is required after ','.
  • 🟑 WARNING (Line 125, Column 21): A space is required after ','.
  • 🟑 WARNING (Line 126, Column 21): A space is required after ','.
  • 🟑 WARNING (Line 127, Column 21): A space is required after ','.
  • 🟑 WARNING (Line 128, Column 21): A space is required after ','.
  • 🟑 WARNING (Line 129, Column 21): A space is required after ','.
  • 🟑 WARNING (Line 130, Column 21): A space is required after ','.

Rashmika Gandra {#rashmika-gandra}

ends_with.js

  • 🟑 WARNING (Line 37, Column 10): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 58, Column 47): Missing semicolon.

find_index.js

  • 🟑 WARNING (Line 34, Column 10): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 56, Column 35): Missing semicolon.

fizz_buzz.js

  • 🟑 WARNING (Line 32, Column 1): Function 'fizzBuzz' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 34, Column 7): 'string' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 50, Column 10): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 70, Column 23): Missing semicolon.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 11, Column 1): Function 'isSubstring' has too many lines (22). Maximum allowed is 15.
  • 🟑 WARNING (Line 13, Column 7): Identifier name 'x' is too short (< 2).
  • 🟑 WARNING (Line 13, Column 35): Operator ':' must be spaced.
  • 🟑 WARNING (Line 20, Column 5): Expected space(s) after "if".
  • 🟑 WARNING (Line 22, Column 1): This line has a length of 87. Maximum allowed is 80.
  • 🟑 WARNING (Line 35, Column 10): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 48, Column 1): Function 'valuesToTest' has too many lines (19). Maximum allowed is 15.
  • 🟑 WARNING (Line 51, Column 26): A space is required after ','.
  • 🟑 WARNING (Line 52, Column 26): A space is required after ','.
  • 🟑 WARNING (Line 53, Column 27): A space is required after ','.
  • 🟑 WARNING (Line 54, Column 28): A space is required after ','.
  • 🟑 WARNING (Line 55, Column 29): A space is required after ','.
  • 🟑 WARNING (Line 56, Column 30): A space is required after ','.
  • 🟑 WARNING (Line 57, Column 29): A space is required after ','.
  • 🟑 WARNING (Line 58, Column 28): A space is required after ','.
  • 🟑 WARNING (Line 63, Column 36): Multiple spaces found before '"iii"'.
  • 🟑 WARNING (Line 70, Column 1): Too many blank lines at the end of file. Max of 1 allowed.

string_replace.js

  • 🟑 WARNING (Line 30, Column 10): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 36, Column 1): This line has a length of 83. Maximum allowed is 80.

string_slice.js

  • 🟑 WARNING (Line 14, Column 7): 'textLength' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 39, Column 10): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 45, Column 1): This line has a length of 83. Maximum allowed is 80.
  • 🟑 WARNING (Line 57, Column 22): There should be no space before ','.
  • 🟑 WARNING (Line 57, Column 27): There should be no space before ','.
  • 🟑 WARNING (Line 62, Column 23): A space is required after ','.
  • 🟑 WARNING (Line 70, Column 1): Too many blank lines at the end of file. Max of 1 allowed.

substring_count.js

  • 🟑 WARNING (Line 12, Column 1): Function 'occurrences' has too many lines (23). Maximum allowed is 15.
  • 🟑 WARNING (Line 14, Column 7): Identifier name 'x' is too short (< 2).
  • 🟑 WARNING (Line 14, Column 35): Operator ':' must be spaced.
  • 🟑 WARNING (Line 21, Column 5): Expected space(s) after "if".
  • 🟑 WARNING (Line 23, Column 1): This line has a length of 87. Maximum allowed is 80.
  • 🟑 WARNING (Line 37, Column 10): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 50, Column 1): Function 'valuesToTest' has too many lines (18). Maximum allowed is 15.
  • 🟑 WARNING (Line 71, Column 1): Too many blank lines at the end of file. Max of 1 allowed.

temperature_conversion.js

  • 🟑 WARNING (Line 36, Column 26): Operator '/' must be spaced.
  • 🟑 WARNING (Line 47, Column 25): Operator '*' must be spaced.
  • 🟑 WARNING (Line 47, Column 28): Operator '/' must be spaced.
  • 🟑 WARNING (Line 60, Column 43): Operator '/' must be spaced.
  • 🟑 WARNING (Line 60, Column 45): Unexpected whitespace before semicolon.
  • 🟑 WARNING (Line 93, Column 10): Unnecessary parentheses around expression.

Sivaji Sai {#sivaji-sai}

ends_with.js

  • 🟑 WARNING (Line 18, Column 21): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 22, Column 19): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 27, Column 21): Unnecessary parentheses around expression.

find_index.js

  • 🟑 WARNING (Line 25, Column 21): Unnecessary parentheses around expression.

fizz_buzz.js

  • 🟑 WARNING (Line 20, Column 24): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 21, Column 24): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 35, Column 21): Unnecessary parentheses around expression.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (18). Maximum allowed is 15.
  • 🟑 WARNING (Line 19, Column 11): 'checkingString' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 19, Column 45): A space is required after ','.
  • 🟑 WARNING (Line 31, Column 27): A space is required after ','.
  • 🟑 WARNING (Line 41, Column 1): Expected indentation of 2 spaces but found 4.
  • 🟑 WARNING (Line 42, Column 1): Expected indentation of 2 spaces but found 4.
  • 🟑 WARNING (Line 43, Column 1): Expected indentation of 2 spaces but found 4.
  • 🟑 WARNING (Line 43, Column 49): A space is required after ','.
  • 🟑 WARNING (Line 44, Column 1): Expected indentation of 2 spaces but found 4.

string_replace.js

  • 🟑 WARNING (Line 16, Column 16): Missing semicolon.

string_slice.js

  • 🟑 WARNING (Line 35, Column 21): Unnecessary parentheses around expression.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (21). Maximum allowed is 15.
  • 🟑 WARNING (Line 23, Column 11): 'checkingString' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 23, Column 45): A space is required after ','.
  • 🟑 WARNING (Line 35, Column 27): A space is required after ','.
  • 🟑 WARNING (Line 50, Column 1): More than 1 blank line not allowed.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 1): Function 'convert' has too many lines (29). Maximum allowed is 15.
  • 🟑 WARNING (Line 36, Column 12): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 39, Column 12): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 42, Column 12): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 45, Column 12): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 48, Column 12): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 51, Column 12): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 81, Column 35): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 81, Column 45): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 86, Column 31): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 86, Column 41): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 90, Column 1): Function 'isSame' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 99, Column 1): This line has a length of 101. Maximum allowed is 80.
  • 🟑 WARNING (Line 99, Column 21): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 112, Column 1): Function 'testAll' has too many lines (17). Maximum allowed is 15.

Samiran {#samiran}

ends_with.js

  • 🟑 WARNING (Line 17, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 20, Column 1): This line has a length of 89. Maximum allowed is 80.
  • 🟑 WARNING (Line 21, Column 1): This line has a length of 87. Maximum allowed is 80.
  • 🟑 WARNING (Line 23, Column 7): 'endsWithSubstring' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 29, Column 1): This line has a length of 83. Maximum allowed is 80.
  • 🟑 WARNING (Line 29, Column 27): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 37, Column 1): This line has a length of 86. Maximum allowed is 80.
  • 🟑 WARNING (Line 37, Column 27): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 46, Column 1): This line has a length of 100. Maximum allowed is 80.

find_index.js

  • 🟑 WARNING (Line 16, Column 1): This line has a length of 81. Maximum allowed is 80.
  • 🟑 WARNING (Line 16, Column 46): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 17, Column 1): This line has a length of 81. Maximum allowed is 80.
  • 🟑 WARNING (Line 28, Column 1): This line has a length of 100. Maximum allowed is 80.

fizz_buzz.js

  • 🟑 WARNING (Line 36, Column 1): This line has a length of 100. Maximum allowed is 80.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 30, Column 1): This line has a length of 85. Maximum allowed is 80.
  • 🟑 WARNING (Line 31, Column 9): 'isMatching' is never reassigned. Use 'const' instead.

string_replace.js

  • 🟑 WARNING (Line 18, Column 9): 'isMatch' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 18, Column 19): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 31, Column 1): This line has a length of 90. Maximum allowed is 80.

string_slice.js

  • 🟑 WARNING (Line 17, Column 39): Unnecessary parentheses around expression.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (17). Maximum allowed is 15.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 1): Function 'convert' has too many lines (28). Maximum allowed is 15.
  • 🟑 WARNING (Line 60, Column 24): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 61, Column 24): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 63, Column 21): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 67, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 69, Column 24): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 70, Column 24): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 72, Column 21): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 78, Column 24): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 79, Column 24): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 81, Column 21): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 117, Column 1): Function 'testAll' has too many lines (36). Maximum allowed is 15.

Ayush {#ayush}

ends_with.js

  • 🟑 WARNING (Line 12, Column 1): Function 'endsWith' has too many lines (22). Maximum allowed is 15.
  • 🟑 WARNING (Line 36, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 58, Column 12): Missing semicolon.

find_index.js

  • 🟑 WARNING (Line 28, Column 57): Missing semicolon.
  • 🟑 WARNING (Line 29, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 37, Column 1): This line has a length of 99. Maximum allowed is 80.
  • 🟑 WARNING (Line 47, Column 41): Missing semicolon.
  • 🟑 WARNING (Line 48, Column 33): Missing semicolon.
  • 🟑 WARNING (Line 53, Column 12): Missing semicolon.

fizz_buzz.js

  • 🟑 WARNING (Line 18, Column 1): Function 'fizzBuzz' has too many lines (27). Maximum allowed is 15.
  • 🟑 WARNING (Line 48, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 54, Column 39): Missing semicolon.
  • 🟑 WARNING (Line 65, Column 22): Missing semicolon.
  • 🟑 WARNING (Line 66, Column 22): Missing semicolon.
  • 🟑 WARNING (Line 67, Column 27): Missing semicolon.
  • 🟑 WARNING (Line 68, Column 19): Missing semicolon.
  • 🟑 WARNING (Line 69, Column 19): Missing semicolon.
  • 🟑 WARNING (Line 72, Column 12): Missing semicolon.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (24). Maximum allowed is 15.
  • 🟑 WARNING (Line 39, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 56, Column 37): Missing semicolon.
  • 🟑 WARNING (Line 57, Column 46): Missing semicolon.
  • 🟑 WARNING (Line 58, Column 38): Missing semicolon.
  • 🟑 WARNING (Line 59, Column 32): Missing semicolon.
  • 🟑 WARNING (Line 62, Column 12): Missing semicolon.

string_replace.js

  • 🟑 WARNING (Line 14, Column 1): Function 'replace' has too many lines (18). Maximum allowed is 15.
  • 🟑 WARNING (Line 25, Column 1): This line has a length of 97. Maximum allowed is 80.
  • 🟑 WARNING (Line 35, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 41, Column 56): Missing semicolon.
  • 🟑 WARNING (Line 43, Column 9): 'inputMessage' is assigned a value but never used.
  • 🟑 WARNING (Line 54, Column 29): Missing semicolon.
  • 🟑 WARNING (Line 55, Column 41): Missing semicolon.
  • 🟑 WARNING (Line 57, Column 12): Missing semicolon.

string_slice.js

  • 🟑 WARNING (Line 13, Column 1): Function 'slice' has too many lines (18). Maximum allowed is 15.
  • 🟑 WARNING (Line 16, Column 36): Missing semicolon.
  • 🟑 WARNING (Line 20, Column 7): 'endingIndex' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 34, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 53, Column 26): Missing semicolon.
  • 🟑 WARNING (Line 54, Column 36): Missing semicolon.
  • 🟑 WARNING (Line 55, Column 48): Missing semicolon.
  • 🟑 WARNING (Line 56, Column 59): Missing semicolon.
  • 🟑 WARNING (Line 57, Column 50): Missing semicolon.
  • 🟑 WARNING (Line 60, Column 12): Missing semicolon.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (19). Maximum allowed is 15.
  • 🟑 WARNING (Line 35, Column 18): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 50, Column 1): Function 'testOfAll' has too many lines (21). Maximum allowed is 15.
  • 🟑 WARNING (Line 51, Column 24): Missing semicolon.
  • 🟑 WARNING (Line 52, Column 25): Missing semicolon.
  • 🟑 WARNING (Line 53, Column 25): Missing semicolon.
  • 🟑 WARNING (Line 54, Column 25): Missing semicolon.
  • 🟑 WARNING (Line 55, Column 25): Missing semicolon.
  • 🟑 WARNING (Line 56, Column 25): Missing semicolon.
  • 🟑 WARNING (Line 57, Column 26): Missing semicolon.
  • 🟑 WARNING (Line 58, Column 27): Missing semicolon.
  • 🟑 WARNING (Line 59, Column 30): Missing semicolon.
  • 🟑 WARNING (Line 60, Column 28): Missing semicolon.
  • 🟑 WARNING (Line 61, Column 36): Missing semicolon.
  • 🟑 WARNING (Line 62, Column 35): Missing semicolon.
  • 🟑 WARNING (Line 63, Column 50): Missing semicolon.
  • 🟑 WARNING (Line 64, Column 29): Missing semicolon.
  • 🟑 WARNING (Line 65, Column 29): Missing semicolon.
  • 🟑 WARNING (Line 66, Column 29): Missing semicolon.
  • 🟑 WARNING (Line 68, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 71, Column 12): Missing semicolon.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 1): Function 'convert' has too many lines (47). Maximum allowed is 15.
  • 🟑 WARNING (Line 92, Column 9): 'inputMessage' is assigned a value but never used.
  • 🟑 WARNING (Line 102, Column 32): Missing semicolon.
  • 🟑 WARNING (Line 103, Column 31): Missing semicolon.
  • 🟑 WARNING (Line 104, Column 35): Missing semicolon.
  • 🟑 WARNING (Line 105, Column 31): Missing semicolon.
  • 🟑 WARNING (Line 106, Column 35): Missing semicolon.
  • 🟑 WARNING (Line 107, Column 35): Missing semicolon.
  • 🟑 WARNING (Line 108, Column 34): Missing semicolon.
  • 🟑 WARNING (Line 109, Column 29): Missing semicolon.
  • 🟑 WARNING (Line 110, Column 27): Missing semicolon.

Gorre Jyothi Praveen {#gorre-jyothi-praveen}

ends_with.js

  • 🟑 WARNING (Line 12, Column 1): Function 'endsWith' has too many lines (17). Maximum allowed is 15.
  • 🟑 WARNING (Line 13, Column 7): 'lengthOfString' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 14, Column 7): 'lengthOfSubstring' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 17, Column 7): 'AdditionalLength' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 18, Column 3): Expected space(s) after "if".
  • 🟑 WARNING (Line 33, Column 1): This line has a length of 114. Maximum allowed is 80.
  • 🟑 WARNING (Line 35, Column 1): More than 1 blank line not allowed.

find_index.js

  • 🟑 WARNING (Line 15, Column 21): Missing whitespace after semicolon.
  • 🟑 WARNING (Line 26, Column 1): This line has a length of 104. Maximum allowed is 80.
  • 🟑 WARNING (Line 26, Column 27): A space is required after ','.
  • 🟑 WARNING (Line 26, Column 42): A space is required after ','.
  • 🟑 WARNING (Line 26, Column 49): A space is required after ','.
  • 🟑 WARNING (Line 26, Column 54): A space is required after ','.
  • 🟑 WARNING (Line 26, Column 59): A space is required after ','.
  • 🟑 WARNING (Line 26, Column 67): A space is required after ','.
  • 🟑 WARNING (Line 26, Column 76): A space is required after ','.
  • 🟑 WARNING (Line 26, Column 96): A space is required after ','.
  • 🟑 WARNING (Line 31, Column 35): A space is required after ','.
  • 🟑 WARNING (Line 32, Column 42): A space is required after ','.
  • 🟑 WARNING (Line 33, Column 33): A space is required after ','.
  • 🟑 WARNING (Line 34, Column 33): A space is required after ','.

fizz_buzz.js

  • 🟑 WARNING (Line 18, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 46, Column 1): This line has a length of 100. Maximum allowed is 80.
  • 🟑 WARNING (Line 46, Column 27): A space is required after ','.
  • 🟑 WARNING (Line 46, Column 39): A space is required after ','.
  • 🟑 WARNING (Line 46, Column 46): A space is required after ','.
  • 🟑 WARNING (Line 46, Column 66): A space is required after ','.
  • 🟑 WARNING (Line 46, Column 75): A space is required after ','.
  • 🟑 WARNING (Line 46, Column 92): A space is required after ','.
  • 🟑 WARNING (Line 50, Column 17): A space is required after ','.
  • 🟑 WARNING (Line 51, Column 17): A space is required after ','.
  • 🟑 WARNING (Line 52, Column 18): A space is required after ','.
  • 🟑 WARNING (Line 53, Column 17): A space is required after ','.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (28). Maximum allowed is 15.
  • 🟑 WARNING (Line 26, Column 1): This line has a length of 100. Maximum allowed is 80.
  • 🟑 WARNING (Line 31, Column 7): Expected space(s) after "if".
  • 🟑 WARNING (Line 44, Column 1): This line has a length of 100. Maximum allowed is 80.
  • 🟑 WARNING (Line 44, Column 27): A space is required after ','.
  • 🟑 WARNING (Line 44, Column 37): A space is required after ','.
  • 🟑 WARNING (Line 44, Column 57): A space is required after ','.
  • 🟑 WARNING (Line 44, Column 64): A space is required after ','.
  • 🟑 WARNING (Line 44, Column 73): A space is required after ','.
  • 🟑 WARNING (Line 44, Column 92): A space is required after ','.
  • 🟑 WARNING (Line 46, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 57, Column 1): More than 1 blank line not allowed.

string_replace.js

  • 🟑 WARNING (Line 33, Column 1): This line has a length of 105. Maximum allowed is 80.
  • 🟑 WARNING (Line 33, Column 27): A space is required after ','.
  • 🟑 WARNING (Line 33, Column 33): A space is required after ','.
  • 🟑 WARNING (Line 33, Column 42): A space is required after ','.
  • 🟑 WARNING (Line 33, Column 47): A space is required after ','.
  • 🟑 WARNING (Line 33, Column 66): A space is required after ','.
  • 🟑 WARNING (Line 33, Column 75): A space is required after ','.
  • 🟑 WARNING (Line 33, Column 97): A space is required after ','.
  • 🟑 WARNING (Line 40, Column 46): A space is required after ','.

string_slice.js

  • 🟑 WARNING (Line 17, Column 48): Operator ':' must be spaced.
  • 🟑 WARNING (Line 27, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 31, Column 1): This line has a length of 98. Maximum allowed is 80.
  • 🟑 WARNING (Line 31, Column 27): A space is required after ','.
  • 🟑 WARNING (Line 31, Column 32): A space is required after ','.
  • 🟑 WARNING (Line 31, Column 42): A space is required after ','.
  • 🟑 WARNING (Line 31, Column 48): A space is required after ','.
  • 🟑 WARNING (Line 31, Column 54): A space is required after ','.
  • 🟑 WARNING (Line 31, Column 58): A space is required after ','.
  • 🟑 WARNING (Line 31, Column 63): A space is required after ','.
  • 🟑 WARNING (Line 31, Column 72): A space is required after ','.
  • 🟑 WARNING (Line 31, Column 90): A space is required after ','.
  • 🟑 WARNING (Line 36, Column 26): A space is required after ','.
  • 🟑 WARNING (Line 36, Column 28): A space is required after ','.
  • 🟑 WARNING (Line 36, Column 30): A space is required after ','.
  • 🟑 WARNING (Line 37, Column 31): A space is required after ','.
  • 🟑 WARNING (Line 37, Column 34): A space is required after ','.
  • 🟑 WARNING (Line 37, Column 37): A space is required after ','.
  • 🟑 WARNING (Line 38, Column 26): A space is required after ','.
  • 🟑 WARNING (Line 38, Column 29): A space is required after ','.

substring_count.js

  • 🟑 WARNING (Line 3, Column 1): Function 'occurrences' has too many lines (24). Maximum allowed is 15.
  • 🟑 WARNING (Line 19, Column 31): A space is required after ','.
  • 🟑 WARNING (Line 31, Column 1): This line has a length of 98. Maximum allowed is 80.
  • 🟑 WARNING (Line 31, Column 27): A space is required after ','.
  • 🟑 WARNING (Line 31, Column 37): A space is required after ','.
  • 🟑 WARNING (Line 31, Column 55): A space is required after ','.
  • 🟑 WARNING (Line 31, Column 62): A space is required after ','.
  • 🟑 WARNING (Line 31, Column 71): A space is required after ','.
  • 🟑 WARNING (Line 31, Column 90): A space is required after ','.
  • 🟑 WARNING (Line 44, Column 1): Too many blank lines at the end of file. Max of 1 allowed.

temperature_conversion.js

  • 🟑 WARNING (Line 5, Column 37): Operator '+' must be spaced.
  • 🟑 WARNING (Line 10, Column 35): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 10, Column 39): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 25, Column 43): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 25, Column 47): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 29, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 30, Column 1): Function 'convert' has too many lines (32). Maximum allowed is 15.
  • 🟑 WARNING (Line 57, Column 12): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 64, Column 52): Operator '+' must be spaced.
  • 🟑 WARNING (Line 69, Column 1): Expected indentation of 0 spaces but found 1.
  • 🟑 WARNING (Line 71, Column 1): This line has a length of 85. Maximum allowed is 80.
  • 🟑 WARNING (Line 71, Column 74): Operator '?' must be spaced.
  • 🟑 WARNING (Line 81, Column 1): Expected indentation of 0 spaces but found 4.
  • 🟑 WARNING (Line 81, Column 5): Function 'testAll' has too many lines (18). Maximum allowed is 15.
  • 🟑 WARNING (Line 83, Column 1): Expected indentation of 2 spaces but found 6.
  • 🟑 WARNING (Line 84, Column 1): Expected indentation of 2 spaces but found 6.
  • 🟑 WARNING (Line 85, Column 1): Expected indentation of 2 spaces but found 6.
  • 🟑 WARNING (Line 86, Column 1): Expected indentation of 2 spaces but found 6.
  • 🟑 WARNING (Line 87, Column 1): Expected indentation of 2 spaces but found 6.
  • 🟑 WARNING (Line 88, Column 1): Expected indentation of 2 spaces but found 6.
  • 🟑 WARNING (Line 89, Column 1): Expected indentation of 2 spaces but found 6.
  • 🟑 WARNING (Line 90, Column 1): Expected indentation of 2 spaces but found 6.
  • 🟑 WARNING (Line 91, Column 1): Expected indentation of 2 spaces but found 6.
  • 🟑 WARNING (Line 92, Column 1): Expected indentation of 2 spaces but found 6.
  • 🟑 WARNING (Line 93, Column 1): Expected indentation of 2 spaces but found 6.
  • 🟑 WARNING (Line 94, Column 1): Expected indentation of 2 spaces but found 6.
  • 🟑 WARNING (Line 95, Column 1): Expected indentation of 2 spaces but found 6.
  • 🟑 WARNING (Line 97, Column 1): More than 1 blank line not allowed.

Dilli {#dilli}

ends_with.js

  • 🟑 WARNING (Line 22, Column 19): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 28, Column 25): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 29, Column 1): This line has a length of 119. Maximum allowed is 80.

find_index.js

  • 🟑 WARNING (Line 26, Column 25): Unnecessary parentheses around expression.

fizz_buzz.js

  • 🟑 WARNING (Line 22, Column 11): 'output' is already declared in the upper scope on line 23 column 7.
  • 🟑 WARNING (Line 25, Column 1): This line has a length of 86. Maximum allowed is 80.
  • 🟑 WARNING (Line 25, Column 14): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 25, Column 14): Do not nest ternary expressions.
  • 🟑 WARNING (Line 25, Column 35): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 25, Column 36): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 32, Column 19): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 34, Column 1): This line has a length of 93. Maximum allowed is 80.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (23). Maximum allowed is 15.
  • 🟑 WARNING (Line 23, Column 1): This line has a length of 114. Maximum allowed is 80.
  • 🟑 WARNING (Line 36, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 39, Column 19): Unnecessary parentheses around expression.

string_replace.js

  • 🟑 WARNING (Line 31, Column 19): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 34, Column 1): This line has a length of 87. Maximum allowed is 80.
  • 🟑 WARNING (Line 48, Column 1): Too many blank lines at the end of file. Max of 1 allowed.

string_slice.js

  • 🟑 WARNING (Line 30, Column 19): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 32, Column 1): This line has a length of 90. Maximum allowed is 80.
  • 🟑 WARNING (Line 45, Column 1): Too many blank lines at the end of file. Max of 1 allowed.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (18). Maximum allowed is 15.
  • 🟑 WARNING (Line 20, Column 1): This line has a length of 114. Maximum allowed is 80.
  • 🟑 WARNING (Line 33, Column 17): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 42, Column 1): This line has a length of 86. Maximum allowed is 80.
  • 🟑 WARNING (Line 58, Column 1): Too many blank lines at the end of file. Max of 1 allowed.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 1): Function 'convert' has too many lines (39). Maximum allowed is 15.
  • 🟑 WARNING (Line 72, Column 10): Unnecessary parentheses around expression.

Mohanthi {#mohanthi}

ends_with.js

  • 🟑 WARNING (Line 12, Column 1): Function 'endsWith' has too many lines (20). Maximum allowed is 15.
  • 🟑 WARNING (Line 21, Column 1): This line has a length of 89. Maximum allowed is 80.
  • 🟑 WARNING (Line 22, Column 1): This line has a length of 89. Maximum allowed is 80.
  • 🟑 WARNING (Line 53, Column 1): This line has a length of 99. Maximum allowed is 80.

find_index.js

  • 🟑 WARNING (Line 13, Column 1): Function 'findIndex' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 44, Column 1): This line has a length of 92. Maximum allowed is 80.

fizz_buzz.js

  • 🟑 WARNING (Line 52, Column 1): This line has a length of 102. Maximum allowed is 80.
  • 🟑 WARNING (Line 69, Column 1): Expected indentation of 0 spaces but found 1.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (22). Maximum allowed is 15.
  • 🟑 WARNING (Line 22, Column 1): This line has a length of 83. Maximum allowed is 80.
  • 🟑 WARNING (Line 22, Column 3): Expected space(s) after "for".
  • 🟑 WARNING (Line 25, Column 5): Expected space(s) after "if".
  • 🟑 WARNING (Line 25, Column 19): Multiple spaces found before '||'.
  • 🟑 WARNING (Line 62, Column 1): This line has a length of 101. Maximum allowed is 80.
  • 🟑 WARNING (Line 63, Column 1): This line has a length of 83. Maximum allowed is 80.
  • 🟑 WARNING (Line 75, Column 1): Expected indentation of 0 spaces but found 1.

string_replace.js

  • 🟑 WARNING (Line 37, Column 1): This line has a length of 81. Maximum allowed is 80.
  • 🟑 WARNING (Line 42, Column 1): This line has a length of 106. Maximum allowed is 80.
  • 🟑 WARNING (Line 43, Column 1): This line has a length of 81. Maximum allowed is 80.

string_slice.js

  • 🟑 WARNING (Line 13, Column 1): Function 'slice' has too many lines (25). Maximum allowed is 15.
  • 🟑 WARNING (Line 48, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 53, Column 1): This line has a length of 98. Maximum allowed is 80.
  • 🟑 WARNING (Line 54, Column 1): This line has a length of 81. Maximum allowed is 80.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (18). Maximum allowed is 15.
  • 🟑 WARNING (Line 16, Column 7): 'index' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 16, Column 7): 'index' is assigned a value but never used.
  • 🟑 WARNING (Line 23, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 24, Column 1): This line has a length of 82. Maximum allowed is 80.
  • 🟑 WARNING (Line 32, Column 1): Function 'isMatchFound' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 49, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 59, Column 1): This line has a length of 89. Maximum allowed is 80.
  • 🟑 WARNING (Line 64, Column 1): This line has a length of 99. Maximum allowed is 80.
  • 🟑 WARNING (Line 65, Column 1): This line has a length of 81. Maximum allowed is 80.

temperature_conversion.js

  • 🟑 WARNING (Line 45, Column 41): Unexpected whitespace before semicolon.
  • 🟑 WARNING (Line 66, Column 24): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 66, Column 28): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 69, Column 26): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 69, Column 30): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 75, Column 44): A space is required after ','.
  • 🟑 WARNING (Line 76, Column 1): This line has a length of 106. Maximum allowed is 80.
  • 🟑 WARNING (Line 76, Column 1): Expected indentation of 2 spaces but found 1 tab.
  • 🟑 WARNING (Line 77, Column 1): Expected indentation of 2 spaces but found 1 tab.
  • 🟑 WARNING (Line 77, Column 22): Multiple spaces found before '"πŸ‘"'.
  • 🟑 WARNING (Line 90, Column 1): This line has a length of 102. Maximum allowed is 80.
  • 🟑 WARNING (Line 90, Column 53): A space is required after ','.
  • 🟑 WARNING (Line 91, Column 32): Operator '+' must be spaced.
  • 🟑 WARNING (Line 96, Column 26): A space is required after ','.
  • 🟑 WARNING (Line 97, Column 27): A space is required after ','.
  • 🟑 WARNING (Line 109, Column 1): Expected indentation of 0 spaces but found 1.

Som {#som}

find_index.js

  • 🟑 WARNING (Line 22, Column 14): Missing semicolon.
  • 🟑 WARNING (Line 27, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 30, Column 50): Missing semicolon.
  • 🟑 WARNING (Line 32, Column 1): This line has a length of 106. Maximum allowed is 80.
  • 🟑 WARNING (Line 34, Column 1): This line has a length of 106. Maximum allowed is 80.
  • 🟑 WARNING (Line 44, Column 1): This line has a length of 96. Maximum allowed is 80.

fizz_buzz.js

  • 🟑 WARNING (Line 18, Column 1): Function 'fizzBuzz' has too many lines (18). Maximum allowed is 15.
  • 🟑 WARNING (Line 19, Column 7): 'isDivisibleBy3' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 20, Column 7): 'isDivisibleBy5' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 21, Column 7): 'isDivisibleByBoth' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 40, Column 1): This line has a length of 103. Maximum allowed is 80.
  • 🟑 WARNING (Line 42, Column 1): This line has a length of 103. Maximum allowed is 80.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 14, Column 17): Missing semicolon.
  • 🟑 WARNING (Line 38, Column 1): This line has a length of 101. Maximum allowed is 80.
  • 🟑 WARNING (Line 40, Column 1): This line has a length of 101. Maximum allowed is 80.

string_replace.js

  • 🟑 WARNING (Line 19, Column 1): This line has a length of 87. Maximum allowed is 80.
  • 🟑 WARNING (Line 19, Column 9): 'replacedTerm' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 29, Column 1): This line has a length of 112. Maximum allowed is 80.
  • 🟑 WARNING (Line 31, Column 1): This line has a length of 112. Maximum allowed is 80.

string_slice.js

  • 🟑 WARNING (Line 27, Column 1): This line has a length of 107. Maximum allowed is 80.
  • 🟑 WARNING (Line 29, Column 1): This line has a length of 107. Maximum allowed is 80.

substring_count.js

  • 🟑 WARNING (Line 57, Column 1): This line has a length of 82. Maximum allowed is 80.

temperature_conversion.js

  • 🟑 WARNING (Line 53, Column 33): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 53, Column 37): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 61, Column 29): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 61, Column 33): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 73, Column 18): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 73, Column 37): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 81, Column 1): This line has a length of 85. Maximum allowed is 80.
  • 🟑 WARNING (Line 91, Column 1): This line has a length of 127. Maximum allowed is 80.
  • 🟑 WARNING (Line 93, Column 1): This line has a length of 131. Maximum allowed is 80.

Athul S M {#athul-s-m}

ends_with.js

  • 🟑 WARNING (Line 12, Column 1): Function 'endsWith' has too many lines (17). Maximum allowed is 15.

find_index.js

  • 🟑 WARNING (Line 40, Column 15): A space is required after ','.

fizz_buzz.js

  • 🟑 WARNING (Line 18, Column 1): Function 'fizzBuzz' has too many lines (19). Maximum allowed is 15.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubstring' has too many lines (23). Maximum allowed is 15.
  • 🟑 WARNING (Line 25, Column 38): Multiple spaces found before 'string'.
  • 🟑 WARNING (Line 51, Column 36): Missing semicolon.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (19). Maximum allowed is 15.
  • 🟑 WARNING (Line 41, Column 1): This line has a length of 89. Maximum allowed is 80.

temperature_conversion.js

  • 🟑 WARNING (Line 30, Column 1): Function 'convert' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 72, Column 33): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 72, Column 37): Unexpected mix of '/' and '+'. Use parentheses to clarify the intended order of operations.

Bhargavi {#bhargavi}

ends_with.js

  • 🟑 WARNING (Line 13, Column 7): 'substringLength' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 22, Column 7): 'check' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 22, Column 15): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 26, Column 7): 'actualOutput' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 27, Column 1): This line has a length of 131. Maximum allowed is 80.
  • 🟑 WARNING (Line 35, Column 1): Too many blank lines at the end of file. Max of 1 allowed.

find_index.js

  • 🟑 WARNING (Line 23, Column 7): 'check' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 23, Column 15): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 27, Column 7): 'actualOutput' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 28, Column 7): 'emoji' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 29, Column 7): 'preffix' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 33, Column 33): A space is required after ','.
  • 🟑 WARNING (Line 33, Column 37): A space is required after ','.
  • 🟑 WARNING (Line 37, Column 1): Too many blank lines at the end of file. Max of 1 allowed.

fizz_buzz.js

  • 🟑 WARNING (Line 38, Column 19): Unnecessary parentheses around expression.

is_substring.js

  • 🟑 WARNING (Line 0, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 13, Column 1): Function 'isSubstring' has too many lines (17). Maximum allowed is 15.
  • 🟑 WARNING (Line 31, Column 19): Unnecessary parentheses around expression.

string_replace.js

  • 🟑 WARNING (Line 26, Column 19): Unnecessary parentheses around expression.

string_slice.js

  • 🟑 WARNING (Line 13, Column 1): Function 'slice' has too many lines (16). Maximum allowed is 15.
  • 🟑 WARNING (Line 14, Column 6): Multiple spaces found before 'subString'.
  • 🟑 WARNING (Line 17, Column 3): Expected space(s) after "if".
  • 🟑 WARNING (Line 18, Column 3): Opening curly brace does not appear on the same line as controlling statement.
  • 🟑 WARNING (Line 21, Column 3): Expected space(s) after "if".
  • 🟑 WARNING (Line 22, Column 27): Operator '-' must be spaced.
  • 🟑 WARNING (Line 24, Column 3): Expected space(s) after "for".
  • 🟑 WARNING (Line 30, Column 19): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 33, Column 31): A space is required after ','.
  • 🟑 WARNING (Line 34, Column 34): A space is required after ','.
  • 🟑 WARNING (Line 34, Column 40): A space is required after ','.
  • 🟑 WARNING (Line 39, Column 18): A space is required after ','.
  • 🟑 WARNING (Line 39, Column 20): A space is required after ','.
  • 🟑 WARNING (Line 39, Column 22): A space is required after ','.
  • 🟑 WARNING (Line 40, Column 19): A space is required after ','.
  • 🟑 WARNING (Line 40, Column 22): A space is required after ','.
  • 🟑 WARNING (Line 40, Column 24): A space is required after ','.
  • 🟑 WARNING (Line 41, Column 24): A space is required after ','.
  • 🟑 WARNING (Line 41, Column 26): A space is required after ','.
  • 🟑 WARNING (Line 41, Column 29): A space is required after ','.
  • 🟑 WARNING (Line 42, Column 20): A space is required after ','.
  • 🟑 WARNING (Line 43, Column 19): A space is required after ','.
  • 🟑 WARNING (Line 44, Column 24): A space is required after ','.
  • 🟑 WARNING (Line 45, Column 24): A space is required after ','.
  • 🟑 WARNING (Line 46, Column 21): There should be no space before ','.
  • 🟑 WARNING (Line 46, Column 21): A space is required after ','.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (18). Maximum allowed is 15.
  • 🟑 WARNING (Line 32, Column 19): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 43, Column 27): A space is required after ','.
  • 🟑 WARNING (Line 52, Column 39): A space is required after ','.
  • 🟑 WARNING (Line 53, Column 39): A space is required after ','.

temperature_conversion.js

  • 🟑 WARNING (Line 77, Column 36): Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 78, Column 5): Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 81, Column 19): Unnecessary parentheses around expression.

Vismaya {#vismaya}

ends_with.js

  • 🟑 WARNING (Line 14, Column 7): 'startingPosOfString' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 26, Column 7): 'message' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 32, Column 1): This line has a length of 93. Maximum allowed is 80.
  • 🟑 WARNING (Line 33, Column 1): This line has a length of 89. Maximum allowed is 80.
  • 🟑 WARNING (Line 34, Column 1): This line has a length of 92. Maximum allowed is 80.
  • 🟑 WARNING (Line 34, Column 7): 'checkingForSubString' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 34, Column 91): Unexpected whitespace before semicolon.

find_index.js

  • 🟑 WARNING (Line 15, Column 7): 'isTargetAvailable' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 34, Column 1): This line has a length of 94. Maximum allowed is 80.
  • 🟑 WARNING (Line 35, Column 1): This line has a length of 89. Maximum allowed is 80.

fizz_buzz.js

  • 🟑 WARNING (Line 21, Column 43): Missing semicolon.
  • 🟑 WARNING (Line 22, Column 24): Operator '=' must be spaced.
  • 🟑 WARNING (Line 22, Column 26): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 26, Column 1): This line has a length of 85. Maximum allowed is 80.
  • 🟑 WARNING (Line 26, Column 10): Do not nest ternary expressions.
  • 🟑 WARNING (Line 26, Column 39): Operator ':' must be spaced.
  • 🟑 WARNING (Line 26, Column 40): Unnecessary parentheses around expression.
  • 🟑 WARNING (Line 37, Column 1): This line has a length of 94. Maximum allowed is 80.
  • 🟑 WARNING (Line 38, Column 1): This line has a length of 89. Maximum allowed is 80.

is_substring.js

  • 🟑 WARNING (Line -1, Column 1): This line has a length of 84. Maximum allowed is 80.
  • 🟑 WARNING (Line 12, Column 1): Function 'isSubString' has too many lines (18). Maximum allowed is 15.
  • 🟑 WARNING (Line 39, Column 1): This line has a length of 94. Maximum allowed is 80.
  • 🟑 WARNING (Line 40, Column 1): This line has a length of 89. Maximum allowed is 80.

string_replace.js

  • 🟑 WARNING (Line 21, Column 1): This line has a length of 85. Maximum allowed is 80.
  • 🟑 WARNING (Line 39, Column 7): 'realValue' is never reassigned. Use 'const' instead.
  • 🟑 WARNING (Line 46, Column 1): This line has a length of 90. Maximum allowed is 80.
  • 🟑 WARNING (Line 47, Column 1): This line has a length of 95. Maximum allowed is 80.
  • 🟑 WARNING (Line 61, Column 1): Expected indentation of 0 spaces but found 2.

string_slice.js

  • 🟑 WARNING (Line 15, Column 1): Expected indentation of 2 spaces but found 4.
  • 🟑 WARNING (Line 15, Column 9): 'slice' is already declared in the upper scope on line 16 column 10.
  • 🟑 WARNING (Line 16, Column 1): Expected indentation of 2 spaces but found 4.
  • 🟑 WARNING (Line 17, Column 1): Expected indentation of 4 spaces but found 6.
  • 🟑 WARNING (Line 18, Column 1): Expected indentation of 6 spaces but found 8.
  • 🟑 WARNING (Line 19, Column 1): Expected indentation of 4 spaces but found 6.
  • 🟑 WARNING (Line 20, Column 1): Expected indentation of 4 spaces but found 6.
  • 🟑 WARNING (Line 21, Column 1): Expected indentation of 2 spaces but found 4.
  • 🟑 WARNING (Line 23, Column 1): Expected indentation of 2 spaces but found 4.
  • 🟑 WARNING (Line 24, Column 1): Expected indentation of 0 spaces but found 2.
  • 🟑 WARNING (Line 26, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 27, Column 31): A space is required after ','.
  • 🟑 WARNING (Line 27, Column 35): A space is required after ','.
  • 🟑 WARNING (Line 32, Column 1): More than 1 blank line not allowed.
  • 🟑 WARNING (Line 37, Column 1): This line has a length of 90. Maximum allowed is 80.
  • 🟑 WARNING (Line 38, Column 1): This line has a length of 88. Maximum allowed is 80.
  • 🟑 WARNING (Line 52, Column 22): A space is required after ','.
  • 🟑 WARNING (Line 52, Column 26): Missing semicolon.

substring_count.js

  • 🟑 WARNING (Line 13, Column 1): Function 'occurrences' has too many lines (20). Maximum allowed is 15.
  • 🟑 WARNING (Line 24, Column 5): Expected space(s) after "if".

temperature_conversion.js

  • 🟑 WARNING (Line 49, Column 18): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 49, Column 28): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 60, Column 25): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 60, Column 35): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 71, Column 29): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 71, Column 39): Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations.
  • 🟑 WARNING (Line 99, Column 1): More than 1 blank line not allowed.

πŸ’‘ Performance Insights

🌟 Top Performers (β‰₯90%)

  • Abhay Pratap Singh: 100% (16 lint issues)
  • Adarsh: 100% (30 lint issues)
  • Adithyan: 100% (24 lint issues)
  • Aniruddha: 100% (17 lint issues)
  • Arijit: 100% (4 lint issues)
  • Dasari Karthik: 100% (33 lint issues)
  • Deepak Bahuguna: 100% (4 lint issues)
  • Gautham: 100% (24 lint issues)
  • Gopi: 100% (12 lint issues)
  • Gurram Chiranjeevi: 100% (31 lint issues)
  • Haider: 100% (16 lint issues)
  • Haji hussain: 100% (29 lint issues)
  • Hem Pradeep: 100% (6 lint issues)
  • Himanshu: 100% (13 lint issues)
  • Ibrahim: 100% (33 lint issues)
  • Javed: 100% (20 lint issues)
  • Jayanth: 100% (3 lint issues)
  • Khaji Umar: 100% (5 lint issues)
  • Khasim: 100% (15 lint issues)
  • Lakshmi Charitha: 100% (30 lint issues)
  • Lavkush: 100% (45 lint issues)
  • Nandini Dasari: 100% (36 lint issues)
  • Nikhil Chodavarapu: 100% (15 lint issues)
  • Nitesh: 100% (29 lint issues)
  • Pradip Chjana: 100% (17 lint issues)
  • Pradipta: 100% (18 lint issues)
  • Rafiya: 100% (23 lint issues)
  • Rahul Vishwakarma: 100% (15 lint issues)
  • Sagnik Ghosh: 100% (10 lint issues)
  • Sandip Saha: 100% (36 lint issues)
  • Sanket Pawar: 100% (17 lint issues)
  • Santo: 100% (30 lint issues)
  • Shivang: 100% (36 lint issues)
  • Sidhartha: 100% (6 lint issues)
  • Sirisha: 100% (81 lint issues)
  • Vikas yadav: 100% (64 lint issues)
  • Vivek: 100% (29 lint issues)
  • Yash: 100% (19 lint issues)
  • Ajoy Bhunia: 98% (23 lint issues)
  • Amisha Rawat: 98% (8 lint issues)
  • Dinesh Kumar: 98% (14 lint issues)
  • Jeniffer Jojo: 98% (22 lint issues)
  • Kiranmai: 98% (23 lint issues)
  • Oiendrila: 98% (15 lint issues)
  • Paulami Dutta: 98% (7 lint issues)
  • Priyanshu: 98% (45 lint issues)
  • Rashmika Gandra: 98% (49 lint issues)
  • Sivaji Sai: 98% (39 lint issues)
  • Samiran: 97% (34 lint issues)
  • Ayush: 96% (76 lint issues)
  • Gorre Jyothi Praveen: 96% (113 lint issues)
  • Dilli: 94% (30 lint issues)
  • Mohanthi: 92% (50 lint issues)
  • Som: 92% (32 lint issues)
  • Athul S M: 90% (12 lint issues)

πŸ”„ Most Common Lint Issues

  1. Unnecessary parentheses around expression. (211 occurrences)
  2. A space is required after ','. (140 occurrences)
  3. Missing semicolon. (112 occurrences)
  4. This line has a length of 84. Maximum allowed is 80. (66 occurrences)
  5. Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations. (64 occurrences)

Report generated automatically by Assignment Dashboard

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