Purpose and Summary
Chamber: House
Introduced date: 2025-03-18
function toString(encoding, start, end) { if (arguments.length === 0) { return this.utf8Slice(0, this.length); } const len = this.length; if (start <= ...
0) start = 0; else if (start >= len) return ''; else start |= 0; if (end === undefined || end > len) end = len; else end |= 0; if (end <= start) return ''; if (encoding === undefined) return this.utf8Slice(start, end); const ops = getEncodingOps(encoding); if (ops === undefined) throw new ERR_UNKNOWN_ENCODING(encoding); return ops.slice(this, start, end); }
Recent Activity
Referred to the House Committee on Transportation and Infrastructure.
Alternative Names
To amend title 14, United States Code, to require the retention of certain enlisted members of the Coast Guard who have completed 18 or more, but less than 20, years of service, and for other purposes.
To amend title 14, United States Code, to require the retention of certain enlisted members of the Coast Guard who have completed 18 or more, but less than 20, years of service, and for other purposes.
To amend title 14, United States Code, to require the retention of certain enlisted members of the Coast Guard who have completed 18 or more, but less than 20, years of service, and for other purposes.
To amend title 14, United States Code, to require the retention of certain enlisted members of the Coast Guard who have completed 18 or more, but less than 20, years of service, and for other purposes.
Associated Legislation
undefined Policy Areas
undefined
Potential Impact
undefined Sponsors and Supporters
Rep. Kiggans, Jennifer A. [R-VA-2]
Rep. Kiggans, Jennifer A. [R-VA-2]
Rep. Kiggans, Jennifer A. [R-VA-2]
Rep. Kiggans, Jennifer A. [R-VA-2]
Cosponsors and Supporters
Rep. Tokuda, Jill N. [D-HI-2]
Rep. Tokuda, Jill N. [D-HI-2]
Del. Moylan, James C. [R-GU-At Large]
Rep. Bergman, Jack [R-MI-1]
Rep. Moulton, Seth [D-MA-6]
Rep. Turner, Michael R. [R-OH-10]
Del. King-Hinds, Kimberlyn [R-MP-At Large]
Rep. Wittman, Robert J. [R-VA-1]
Committees and Subcommittees
Transportation and Infrastructure Committee
Variations and Revisions