跳至内容

燕鸥博客

  • 首页
  • 燕鸥监控
  • 30秒学会代码片段
    • 30秒学会 Angular 片段
    • 30秒学会 C# 片段
    • 30秒学会 CSS 片段
    • 30秒学会 Dart 片段
    • 30秒学会 Golang 片段
    • 30秒学会 JavaScript 片段
    • 30秒学会 PHP 片段
    • 30秒学会 Python 片段
    • 30秒学会 React 片段
    • 30秒面试问题
    • 30秒看不完系列
  • CSS技巧
  • 关于我们

标签

algorithm Angular animation array browser C# class collection components CSS Dart date dictionary effect event function generator Golang hooks input interactivity JavaScript lambda layout list math node object PHP promise Python random React recursion regexp state string tips type utility visual 代码片段 入门 进阶 高级
    2023年7月24日

    30秒学会 JavaScript 片段 – Check if array has only one match

    Checks if an array has only one value matching the given function. Use Array.prototype.filter() in c...

    进一步了解
    • 30秒学会 JavaScript 片段
    2023年7月22日

    30秒学会 JavaScript 片段 – Creating HTML elements in JavaScript

    JavaScript’s Document.createElement() method is used to create new HTML elements. Here’s...

    进一步了解
    • 30秒学会 JavaScript 片段
    2023年7月22日

    30秒学会 JavaScript 片段 – Check if absolute URL

    Checks if the given string is an absolute URL. Use RegExp.prototype.test() to test if the string is ...

    进一步了解
    • 30秒学会 JavaScript 片段
    2023年7月22日

    30秒学会 Python 片段 – Check property

    Creates a function that will invoke a predicate function for the specified property on a given dicti...

    进一步了解
    • 30秒学会 Python 片段
    2023年7月20日

    30秒学会 JavaScript 片段 – Sort an array of objects in JavaScript

    Ever wanted to sort an array of objects, but felt like it was too complex? After all, Array.prototyp...

    进一步了解
    • 30秒学会 JavaScript 片段
    2023年7月20日

    30秒学会 JavaScript 片段 – Create a unit converter data structure in JavaScript

    Class-based unit converter data structure In its simplest form, any unit-based value is a numeric va...

    进一步了解
    • 30秒学会 JavaScript 片段
    2023年7月18日

    30秒学会 JavaScript 片段 – Call function once

    Ensures a function is called only once. Utilizing a closure, use a flag, called, and set it to true ...

    进一步了解
    • 30秒学会 JavaScript 片段
    2023年7月16日

    30秒学会 JavaScript 片段 – Remove accents

    Removes accents from strings. Use String.prototype.normalize() to convert the string to a normalized...

    进一步了解
    • 30秒学会 JavaScript 片段
    2023年7月15日

    30秒学会 JavaScript 片段 – Assert object keys are valid

    Validates all keys in an object match the given keys. Use Object.keys() to get the keys of the given...

    进一步了解
    • 30秒学会 JavaScript 片段
    2023年7月14日

    30秒学会 Python 片段 – Longest item

    Takes any number of iterable objects or objects with a length property and returns the longest one. ...

    进一步了解
    • 30秒学会 Python 片段
    第 17 页,共 154 页« 最新«...10...1516171819...304050...»最旧 »

    燕鸥博客 © 2025. 版权所有。

    自豪地采用 WordPress. 主题设计 Alx.