Code Monkey home page Code Monkey logo

kintone_dojo_3's Introduction

#Kintone_Dojo Repo

kintone_dojo_3's People

Contributors

masatonaut avatar ahandsel avatar

Stargazers

 avatar

Watchers

 avatar  avatar

kintone_dojo_3's Issues

Task01 コードレビュー

Masato | Task01 Review | June 12

https://github.com/masatonaut/Kintone_Dojo_3/blob/master/Task01/Task01.html

機能:

  • コードは正しく機能します。わーい!

フォーマット:

  • [エラーは重要な順になっています。
  • 83, 85, 87行: “if” 文 の「)」と「{」の間にスペースが必要です。
  • 92行: 不要な空行。行を削除してください。
  • 83 ~ 91行: 2スペースのインデントが必要ですが、4スペースインデントがありました。(indent)
    • コードの前のスペースを2にしてください。

English:

Functionality:

  • Your code is working exactly as needed! Yay!

Formatting:

The errors are in the order of importance.
Line 83, 85, & 87: a space is needed between ")" and "{" for if statements

Line 92: Unnecessary empty line.

  • Please delete the line.
    Lines 83 to 91: Expected indentation of 2 spaces but found 4. (indent)
  • Please reduce the spaces before the code down to 2.

Task03 コードレビュー

Task03 | 5-02-time.html | Masato June 19

Functionality Problems:

Uncaught ReferenceError: displaytime is not defined
at 5-02-time.html:104
(anonymous) @ 5-02-time.html:104

Looks like you have not defined a displaytime function that you are calling on line 104

104行目で呼び出す displaytime関数を定義していないようです

Formatting Problems:

Task02 コードレビュー

Masato | Task02 Review | June 18

日本語版


  • ファイルは4つのスペースインデントを使用しています。代わりに2つのスペースインデントを使用してください。
  • 25、33、71、73行:空白行を削除します。
  • 26目: varの前に1回(2スペース)インデントします。
  • 27、34、40、46、52、58、64目: Object =をスペース( ``)に置き換えます。
  • HTMLに保存されているテキストを操作する場合は、 innerHTML ではなく textContent を使用してください。次の記事を参照してください。
  • fileManageオブジェクトとその子オブジェクト(f001 ... f007)の値が正しくないようです。私のCSVファイルを参照してください File_Structure_Table.csv.

JS_task1-2.html

  • stricet はスペルミスです。正しいスペルは 'use strict';
  • JS_task1-1.htmlからの同じ問題

English Version


JS_task1-1.html

JS_task1-2.html

  • stricet is misspelled.
    • Correct spelling is 'use strict';
    • I recommend installing Code Spell Checker VS Extension
  • Same Issues from JS_task1-1.html

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.